huffman-rust 0.1.1

Encode and decode files using canonical huffman codes
Documentation
  • Coverage
  • 0%
    0 out of 21 items documented0 out of 4 items with examples
  • Size
  • Source code size: 21.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sagalasan/huffman-rust
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sagalasan

Huffman Rust

Build Status

Encode and decode files using canonical huffman codes.

Installation

Place the following in your Cargo.toml file.

huffman-rust = "0.1"

Usage

Import the crate.

extern crate huffman_rust as huffman;