Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

libbz2 (bzip2 compression) bindings for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

trifectatechfoundation/bzip2-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation

A streaming bzip2 compression/decompression library for rust.

Features

bzip2-sys

Attempt to use the systemlibbz2. Whenlibbz2 is not available, built from source.A from-source build requires a functional C toolchain for your target, and may notwork for all targets (in particular webassembly).

bzip2 = { version ="0.5.1", default-features = false, features = ["bzip2-sys"] }

static

Always buildlibbz2 from C source, and statically link it. This flag is only meaningful whenbzip2-sys is used,and has no effect when the defaultlibbz2-rs-sys is used as the bzip2 implementation.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submittedfor inclusion in this repository by you, as defined in the Apache-2.0 license, shall bedual licensed as above, without any additional terms or conditions.

About

libbz2 (bzip2 compression) bindings for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp