Crates.io | libbz2-rs-sys |
lib.rs | libbz2-rs-sys |
version | |
source | src |
created_at | 2024-12-04 14:53:22.748695 |
updated_at | 2024-12-11 14:19:16.230782 |
description | a drop-in compatible rust bzip2 implementation |
homepage | https://github.com/trifectatechfoundation/libbzip2-rs |
repository | https://github.com/trifectatechfoundation/libbzip2-rs |
max_upload_size | |
id | 1472156 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This repository contains a Rust implementation of the bzip2 file format that is compatible with the libbzip2 API.
This repository contains the following public crate:
libbzip2-rs can be used in both Rust and C projects.
For the time being using the C api exported by the libbz2-rs-sys
crate is the only way to use it from Rust. There is an open PR for the bzip2-rs crate to make usage significantly easier.
libbzip2-rs can be built as a shared object file for usage by C programs that dynamically link to libbzip2. Please see the example in libbz2-rs-sys-cdylib.
This project is based on a c2rust translation of the original libbzip2.
libbzip2-rs is part of Trifecta Tech Foundation's Data compression initiative.