Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/havunen/unicase_collections


https://github.com/havunen/unicase_collections

Last synced: 4 days ago
JSON representation

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