lz-str-rs
A port of lz-string to Rust.
Installing
Add the following to your Cargo.toml file:
[]
= { = "https://github.com/adumbidiot/lz-str-rs" }
Getting Started
use ;
const DATA_STR: &'static str = "The quick brown fox jumps over the lazy dog";
Testing
Benching
Authors
adumbidiot (Nathaniel Daniel)
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributing
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.