packages
Rust packages
CLI
- getopts - A Rust library for option parsing for CLI utilities
Data formats
- toml-rs - A TOML encoding/decoding library for Rust
- serde - Rust serialization
- serde_json - JSON Serialization for Rust
- xml-rs - XML library in Rust
- yaml-rust - pure rust YAML implementation
Parallel
- rayon - data parallelism library
Test
- clippy - lints to catch common mistakes and improve code