1.2 KiB
1.2 KiB
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
- image - blog which introduces a crate to decode/encode using its API for complex image formats
- image-dimensions - Get the dimensions of an image in any modern JavaScript environment
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