Skip to content

Commit

Permalink
Revert accidental change in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored and folkertdev committed Jan 22, 2025
1 parent 1844d8b commit 46498e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ libbzip2-rs can be used in both Rust and C projects.

### Rust projects

By far the easiest way to use libbzip2-rs is through the [bzip2](https://crates.io/crates/bzip2) crate, by simply enabling the `libbz2-rs-sys` feature gate. This will enable the `libbz2-rs-sys`
backend.
By far the easiest way to use libbzip2-rs is through the [bzip2](https://crates.io/crates/bzip2) crate, by simply enabling the `libbz2-rs-sys` feature gate. This will enable the `libbz2-rs-sys` backend.

You can also directly use the C api exported by the `libbz2-rs-sys` crate.

Expand All @@ -38,5 +37,5 @@ libbzip2-rs is part of Trifecta Tech Foundation's [Data compression initiative](

This project is funded through [NGI Zero Core](https://nlnet.nl/core), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/ZipLinting).

[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/core)

0 comments on commit 46498e4

Please sign in to comment.