vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
33 stars 14 forks source link

Upgrades #44

Open kornelski opened 1 year ago

kornelski commented 1 year ago

The hashbrown dependency is out of date. The new hashbrown requires Rust 1.64, so I've made rust_1_57 feature the default. This enabled deletion of a lot of unsafe code.