libbz2-rs-sys

Crates.iolibbz2-rs-sys
lib.rslibbz2-rs-sys
version
sourcesrc
created_at2024-12-04 14:53:22.748695
updated_at2024-12-11 14:19:16.230782
descriptiona drop-in compatible rust bzip2 implementation
homepagehttps://github.com/trifectatechfoundation/libbzip2-rs
repositoryhttps://github.com/trifectatechfoundation/libbzip2-rs
max_upload_size
id1472156
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`
size0
(bjorn3)

documentation

README

checks codecov Crates.io

libbzip2-rs: a safer libbzip

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:

How to use libbzip2-rs in your project

libbzip2-rs can be used in both Rust and C projects.

Rust 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.

C projects

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.

Acknowledgment

This project is based on a c2rust translation of the original libbzip2.

About

libbzip2-rs is part of Trifecta Tech Foundation's Data compression initiative.

Commit count: 797

cargo fmt