strmap 1.0.0

A map using strings or paths as keys
Documentation

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.