sile / libflate
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
☆183Updated 9 months ago
Alternatives and similar repositories for libflate:
Users that are interested in libflate are comparing it to the libraries listed below
- Build library for invoking pkg-config for Rust☆175Updated last month
- Generic Atomic<T> type for Rust☆226Updated last year
- Procedural macros in expression position☆204Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆222Updated last month
- Extended utilities for working with files and filesystems in Rust☆146Updated last year
- A library for creating references that carry their owner with them.☆365Updated last year
- A simple bitset container for Rust☆131Updated 3 months ago
- Fowler–Noll–Vo hash function☆343Updated 11 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- A Vec of Bits☆175Updated 3 weeks ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Super-fast float parser in Rust (now part of Rust core)☆274Updated 2 years ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.