Expand description
§ryg-rans-rs-cli — Production-grade rANS compression CLI
This library implements the ryg-rans command-line tool for encoding,
decoding, inspecting, verifying, comparing, and benchmarking rANS
compressed data using the versioned RYGRANS container format.
§Safety
This crate uses #![forbid(unsafe_code)]. All SIMD acceleration is
accessed through safe facade APIs that perform runtime feature detection.
Modules§
- container
- RYGRANS Container Format v1 — types and serialization
- error
- Typed errors for the ryg-rans CLI
- exit
- Stable exit codes for the ryg-rans CLI
- limits
- Resource limits for the ryg-rans CLI
Functions§
- run
- Top-level CLI entry point. Returns the exit code.