implode 0.1.1

Pure Rust implementation of the DCL Implode algorithm. Currently, only decompression is supported.
Documentation
  • Coverage
  • 32.43%
    24 out of 74 items documented2 out of 19 items with examples
  • Size
  • Source code size: 21.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • coderbot16

implode

Pure Rust implementation of the DCL Implode algorithm.

Currently, this crate only supports decompression. Compression may be added based on the deflate crate in the future.