Crates.io | string-intern |
lib.rs | string-intern |
version | 0.1.7 |
source | src |
created_at | 2016-11-14 17:43:25.022197 |
updated_at | 2017-08-01 10:57:53.394873 |
description | Another implementation of string interning. Unique features: allows to define a type for each kind of interned values and a validator for the values of that type. |
homepage | http://github.com/tailhook/string-intern |
repository | |
max_upload_size | |
id | 7251 |
size | 27,224 |
:Status: Beta :Documentation: http://docs.rs/string-intern/
Another implementation of string interning for rust. Features:
rustc_serialize::Encodable
/Decodable
serde
supportLicensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.