Crate strmap

Source
Expand description

This crate provides a map using string (or path) keys.

Keys are stored using the fst crate to compress similar strings.

The crate is an experiment and not a serious project.

Re-exports§

pub use self::pathmap::PathMap;
pub use self::strmap::StrMap;

Modules§

pathmap
strmap

Enums§

StrMapConfig