gendx / lzma-rsLinks
An LZMA decoder written in pure Rust
☆143Updated last year
Alternatives and similar repositories for lzma-rs
Users that are interested in lzma-rs are comparing it to the libraries listed below
Sorting:
- Bindings to liblzma in Rust (xz streams in Rust)☆87Updated last year
- Rust library for typesystem-assisted bitflags.☆130Updated last month
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆198Updated 2 years ago
- MIME type guessing of file extensions for Rust.☆186Updated 3 months ago
- Compile-time string formatting☆238Updated 8 months ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆200Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- Rust replacement for miniz☆217Updated 2 weeks ago
- zstd format implementation in pure rust☆337Updated 3 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆142Updated last week
- A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library☆135Updated last month
- A Rust equivalent of Unix command "which".☆239Updated 3 weeks ago
- Provides a crate with information from the time it was built.☆179Updated 3 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`☆131Updated last year
- Pull in every source file in a directory as a module☆178Updated 5 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆92Updated 2 months ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆125Updated 11 months ago
- Migrated to Codeberg☆79Updated last year
- Efficient and customizable data-encoding functions in Rust☆190Updated last week
- A simple wrapper around filesystem operations to provide more helpful error messages.☆149Updated 2 months ago
- A Vec That Has a Smaller size_of☆142Updated 4 months ago
- Filesystem walk performed in parallel with streamed and sorted results☆248Updated last year
- Conditional compilation according to rustc compiler version☆373Updated 2 months ago
- Build library for invoking pkg-config for Rust☆180Updated 5 months ago
- A pure Rust reimplementation of libc functions localtime, gmtime and mktime.☆165Updated 10 months ago
- A simple Cross-platform thread schedule and priority library for rust.