v0.1.0: update Cargo.toml for crates.io
Pre-release
Pre-release
Contains an initial implementation of a concurrent hash map. Future versions will add:
- a hash set
- atomic read-modify-write (RMW) operations
- less restrictive memory orderings (they are sequentially consistent for now)