doc: Add examples for runtime defined data and Schema

This commit is contained in:
Clément Renault
2018-12-29 12:26:33 +01:00
parent a842e647f7
commit 20b5a6a06e
5 changed files with 94 additions and 47 deletions

View File

@ -9,7 +9,7 @@ bincode = "1.0"
byteorder = "1.2"
crossbeam = "0.6"
fst = "0.3"
hashbrown = "0.1"
hashbrown = { version = "0.1", features = ["serde"] }
lazy_static = "1.1"
levenshtein_automata = { version = "0.1", features = ["fst_automaton"] }
linked-hash-map = { version = "0.5", features = ["serde_impl"] }