Skip to content

Commit 1844d8b

Browse files
bjorn3folkertdev
authored andcommitted
Update the readme
The bzip2-rs PR has been merged.
1 parent 7d8378c commit 1844d8b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ libbzip2-rs can be used in both Rust and C projects.
1717

1818
### Rust projects
1919

20-
<!--
21-
FIXME uncomment the following text once https://github.com/alexcrichton/bzip2-rs/pull/110 lands.
22-
By far the easiest way to use libbzip2-rs is through the [bzip2-rs](https://crates.io/crates/bzip2-rs) crate, by simply enabling the `libbz2-rs-sys` feature gate. This will enable the `libbz2-rs-sys`
20+
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`
2321
backend.
24-
-->
2522

26-
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](https://github.com/alexcrichton/bzip2-rs/pull/110) for the [bzip2-rs](https://crates.io/crates/bzip2-rs) crate to make usage significantly easier.
23+
You can also directly use the C api exported by the `libbz2-rs-sys` crate.
2724

2825
## C projects
2926

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

4239
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).
4340

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

0 commit comments

Comments
 (0)