865 B
865 B
Links
File formats
- MDN - Media type and format guide: image, audio, and video content
- dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness
Rust Resources
- Book to get started with the Rust programming language
- Book for developing Command Line Applications in Rust
- human-panic - Panic messages for humans
- assert_cmd - Test CLI Applications
- clap - A simple to use, efficient, and full-featured Command Line Argument Parser
- Rayon - Simple work-stealing parallelism for Rust