Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havunen/unicase_collections
https://github.com/havunen/unicase_collections
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/havunen/unicase_collections
- Owner: Havunen
- Created: 2023-12-15T18:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T09:59:43.000Z (9 months ago)
- Last Synced: 2024-12-03T07:08:59.511Z (22 days ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UniCase Collections
This crate is collection of common data structures that use [UniCase](https://crates.io/crates/unicase) - String
as keys for the collection types providing case-insensitive lookups.Currently supported collections:
- BTreeMap
- BTreeSet
- IndexMap
- IndexSet