rust-bitcoin / hex-conservative

Hex crate with a conservative MSRV and dependency policy
Creative Commons Zero v1.0 Universal
8 stars 9 forks source link

Make the crate conform to the API guidelines #125

Open tcharding opened 1 week ago

tcharding commented 1 week ago

Rust API Guidelines Checklist

tcharding commented 6 days ago

The only public dependency is serde and it is stable. arrayvec is unstable but is private. C-STABLE is done.

tcharding commented 6 days ago

Both sered and arrayvec use MIT or Apache 2.0, this crate uses CC0-1.0. C-PERMISSIVE is done.