String Table
string_table
is a crate for Rust that allows for speedy String-based HashMaps.
Usage
Run the following command:
Or add the following to your Cargo.toml
:
[]
= "1.0.0"
Example
let mut table = new;
table.insert;
table.insert;
table.insert;
assert!;
assert!;
assert!;
License
This crate is licensed under the Apache License 2.0
.