An open API service indexing awesome lists of open source software.

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

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.svg

Ordered map and set based on vectors and binary search.

Documentation:

## Contributing

+ [Development Guide](./CONTRIBUTING.md)