fst_stringstring 0.0.8

String-to-String Map built from fst
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "fst_stringstring"
version = "0.0.8"
authors = ["Andrew <andrew@subarctic.org>"]
license = "MIT OR Apache-2.0"
description = "String-to-String Map built from fst"
edition = "2018"
readme = "README.md"
repository = "https://github.com/andrew-johnson-4/fst_stringstring"
keywords = ["string","map","compact","datastructure"]

[dependencies]
fst = "0.4"
memmap = "0.7"