- Crate: https://crates.io/crates/rsor
- Documentation: https://docs.rs/rsor
Run cargo add rsor or manually add this to your Cargo.toml:
[dependencies]
rsor = "0.1"- vecstorage
solves the same problem as this crate.
While it is more flexible in the types
Tit accepts, it also does fewer compile-time checks, and mismatched types can cause a runtime panic.
MIT OR Apache-2.0