I like this approach of exposing hooks in a library and letting consumers decide which crypto crate to pick etc. Makes it very future proof and minimal. nickb.dev/blog/theres-...
There's always a niche: rawzip and the cost of ergonomics
rawzip is a minimalist Rust zip archive parser with zero dependencies, allocations, copies, and unsafe code, built to handle massive archives where existing libraries showed 15x–15000x more overhead. ...
nickb.dev