DevCore 0.1.0

Rust Core Project
Documentation
  • Coverage
  • 0.98%
    1 out of 102 items documented0 out of 64 items with examples
  • Size
  • Source code size: 34.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TimeEngineer

DevCore

Support

  • LZSS
  • Huffman's coding
  • Deflate/Inflate

Note

For the moment, this crate is inspired by libflate, notably for the dynamic Huffman's coding. It has a slightly different architecture but the goal is mainly to learn and implement a PNG crate which requires the deflate algorithm.

Goal

In the future, this crate gathers most of the algorithms that I use for my projects.

The goal is to have performance and no dependency, in order to fully control the source code.

References