lzfse 0.2.0

Rust bindings for the LZFSE reference implementation.
Documentation
  • Coverage
  • 80%
    8 out of 10 items documented1 out of 8 items with examples
  • Size
  • Source code size: 17.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 757.25 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • citruz/lzfse-rs
    1 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • citruz

lzfse-rs

Build and Testcrates.io

https://img.shields.io/crates/v/lzfse

Rust bindings for the LZFSE reference implementation at https://github.com/lzfse/lzfse.

Documentation

# Cargo.toml
[dependencies]
lzfse = "0.2.0"