Docs.rs
libyaz0-0.1.0
libyaz0 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Luro02
Dependencies
byteorder ^1.2.7
normal
pretty_assertions ^0.5.1
dev
rand ^0.6.1
dev
Versions
75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libyaz0
0.1.0
All Items
Crate Items
Functions
Crate
libyaz0
Copy item path
Source
Functions
§
alt_
decompress
my first try porting a compression algorithm, it’s really just the direct port of the python3 version ;)
compress
most likely broken, but it “should” compress your stuff, I recommend using the other Yaz0 library for compression. The one who wrote it seems to be a lot more knowledgable in both Rust and Compression algorithms :/
decompress
decompresses the entire buffer :)
deflate
another name for compressing
generate_
header
generates a Yaz0 header.
get_
subvector
inflate
another name for decompressing