1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

Create README.md

This commit is contained in:
Alfred Gutierrez 2020-01-07 22:53:15 -08:00 committed by GitHub
parent 9994a0a6a7
commit b9cdabc9d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# mp4.rs
MP4 Reader in Rust
#### Development
```
cargo build
cargo run
```