Havunen / unicase_collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniCase Collections

This crate is collection of common data structures that use UniCase - String as keys for the collection types providing case-insensitive lookups.

Currently supported collections:

  • BTreeMap
  • BTreeSet
  • IndexMap
  • IndexSet

About


Languages

Language:Rust 100.0%