16 lines
865 B
Markdown
16 lines
865 B
Markdown
# Links
|
|
|
|
## File formats
|
|
|
|
- [MDN - Media type and format guide: image, audio, and video content](https://developer.mozilla.org/en-US/docs/Web/Media/Formats)
|
|
- [dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness](https://github.com/videolan/dav1d)
|
|
|
|
## Rust Resources
|
|
|
|
- [Book to get started with the Rust programming language](https://github.com/theoludwig/rust_book)
|
|
- [Book for developing Command Line Applications in Rust](https://rust-cli.github.io/book/index.html)
|
|
- [human-panic - Panic messages for humans](https://crates.io/crates/human-panic)
|
|
- [assert_cmd - Test CLI Applications](https://crates.io/crates/assert_cmd)
|
|
- [clap - A simple to use, efficient, and full-featured Command Line Argument Parser](https://crates.io/crates/clap)
|
|
- [Rayon - Simple work-stealing parallelism for Rust](https://crates.io/crates/rayon)
|