Skip to content

Commit c208228

Browse files
Its-Just-Nansfolkertdev
authored andcommitted
Clarify usage of libbzip2-rs in Rust projects
1 parent 2ff4845 commit c208228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libbzip2-rs can be used in both Rust and C projects.
1717

1818
### Rust projects
1919

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` backend.
20+
By far the easiest way to use libbzip2-rs is through the [bzip2](https://crates.io/crates/bzip2) crate which uses the `libbz2-rs-sys` backend by default.
2121

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

0 commit comments

Comments
 (0)