https://github.com/nugine/ordered-vecmap
Ordered map and set based on vectors and binary search
https://github.com/nugine/ordered-vecmap
Last synced: 20 days ago
JSON representation
Ordered map and set based on vectors and binary search
- Host: GitHub
- URL: https://github.com/nugine/ordered-vecmap
- Owner: Nugine
- License: mit
- Created: 2022-02-15T14:17:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:20:45.000Z (about 2 months ago)
- Last Synced: 2025-04-10T23:05:06.950Z (20 days ago)
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ordered-vecmap
[![Latest Version]][crates.io]
[![Documentation]][docs.rs]
![License][crates.io]: https://crates.io/crates/ordered-vecmap
[Latest Version]: https://img.shields.io/crates/v/ordered-vecmap.svg
[Documentation]: https://docs.rs/ordered-vecmap/badge.svg
[docs.rs]: https://docs.rs/ordered-vecmap
[License]: https://img.shields.io/crates/l/ordered-vecmap.svgOrdered map and set based on vectors and binary search.
Documentation:
## Contributing
+ [Development Guide](./CONTRIBUTING.md)