image-rs / deflate-rsLinks
An implementation of a DEFLATE encoder in rust
☆55Updated 4 years ago
Alternatives and similar repositories for deflate-rs
Users that are interested in deflate-rs are comparing it to the libraries listed below
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Hjson for Rust☆117Updated last year
- A pure Rust implementation of DEFLATE decompression☆45Updated 6 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Compression libraries implemented by pure Rust.☆35Updated 5 years ago
- Cross-platform interface to the `errno` variable☆73Updated 3 weeks ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- Runtime string formatting for Rust☆64Updated 6 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- ☆62Updated last year
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Rust library for checking the installed/running rustc's version.☆53Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Automatic cfg for Rust compiler features☆105Updated 6 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆191Updated last month
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- The empty type Void.☆71Updated 2 years ago
- A Rust library for zero-allocation parsing of binary data.☆49Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- ☆61Updated 2 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- ☆64Updated 8 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Write doc comments from macros☆101Updated last month