You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,10 @@ libbzip2-rs can be used in both Rust and C projects.
17
17
18
18
### Rust projects
19
19
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`
23
21
backend.
24
-
-->
25
22
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.
27
24
28
25
## C projects
29
26
@@ -41,5 +38,5 @@ libbzip2-rs is part of Trifecta Tech Foundation's [Data compression initiative](
41
38
42
39
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).
43
40
44
-
[<imgsrc="https://nlnet.nl/logo/banner.png"alt="NLnet foundation logo"width="20%" />](https://nlnet.nl)
41
+
[<imgsrc="https://nlnet.nl/logo/banner.png"alt="NLnet foundation logo"width="20%" />](https://nlnet.nl)
45
42
[<imgsrc="https://nlnet.nl/image/logos/NGI0_tag.svg"alt="NGI Zero Logo"width="20%" />](https://nlnet.nl/core)
0 commit comments