- Added
IntoWideIter
impl for&String
- Add
rustc-hash
feature to optionally boost compression speed
- Added all functions from lz-string
- Added most of the tests from lz-string
- Added basic Python Binding
- Removed
str_to_u32_vec
- Renamed
compress_uri
tocompress_to_encoded_uri_component
- Renamed
decompress_uri
todecompress_from_encoded_uri_component
- Renamed
compress_str
tocompress
- Renamed
decompress
todecompress
- Renamed
compress
tocompress_internal
- Renamed
decompress
todecompress_internal
- Changed many interfaces to use the
IntoWideIter
instead of u32 slices
- Fix issues with compressing and decompressing long, nonrepeating inputs
0.1.0 - 2023-01-23
- Initial port of lz-string to Rust
- Add
compress
/decompress
functions - Add
compress_str
/compress_str
functions - Add
compress_uri
/compress_uri
functions - Add utility
str_to_u32_vec
function