unicase_collections

Crates.iounicase_collections
lib.rsunicase_collections
version0.3.0
sourcesrc
created_at2023-12-15 19:17:42.70412
updated_at2023-12-25 16:21:00.824259
descriptionCollection of UniCase datastructures
homepage
repositoryhttps://github.com/Havunen/unicase_collections.git
max_upload_size
id1071211
size51,482
Sampo Kivistö (Havunen)

documentation

README

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
Commit count: 10

cargo fmt