Skip to content

Commit a7a2d1a

Browse files
authored
Merge pull request #62 from trifectatechfoundation/mention-c-library-early
compression: mention early that we provide C libraries
2 parents 8c952e5 + b0a0e28 commit a7a2d1a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

content/projects/bzip2-rs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ blogposts = [
3030

3131
Bzip2 is a file compression program that is widely deployed and supported e.g. as part of zip.
3232

33-
Using a `c2rust` translation of the original bzip2 C code as the starting point, we created a mature pure Rust implemenation that is now available as a drop-in replacement, and in the [bzip2 crate](https://crates.io/crates/bzip2).
33+
`bzip2-rs` is available as a [drop-in compatible C library](https://github.com/trifectatechfoundation/libbzip2-rs) and via the [bzip2 crate](https://crates.io/crates/bzip2). The implementation was created using [`c2rust`](https://c2rust.com/), and it is now faster than the C original.
3434

35-
bzip2-rs is part of our [Data compression initiative](/initiatives/data-compression/).
35+
bzip2-rs is part of our [Data compression initiative](/initiatives/data-compression/).
3636

3737
### About
3838

@@ -48,6 +48,6 @@ No feature development is currently planned. See [the workplan](/initiatives/wor
4848

4949
### Support us
5050

51-
Please [get in touch with us](/support), if you are interested in financially supporting the data compression initiative.
51+
Please [get in touch with us](/support), if you are interested in financially supporting the data compression initiative.
5252

5353

content/projects/zlib-rs.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ links = [
1414
]
1515

1616
funders = [
17-
"nlnetfoundation",
18-
"chainguard",
17+
"nlnetfoundation",
18+
"chainguard",
1919
"astral",
2020
"sta"
2121
]
2222

2323
supporters = [
24-
"devolutions",
25-
"prossimo",
26-
"tweedegolf",
24+
"devolutions",
25+
"prossimo",
26+
"tweedegolf",
2727
"isrg"
2828
]
2929

@@ -38,9 +38,10 @@ blogposts = [
3838
]
3939
+++
4040

41-
zlib-rs is an implementation of the widely-used compression library zlib in Rust. It provides excellent performance while introducing memory safety.
41+
zlib-rs is an implementation of the widely-used compression library zlib in Rust.
42+
It is available as a drop-in compatible C library and as a Rust crate, and provides excellent performance while adding memory safety.
4243

43-
zlib-rs is part of our [Data compression initiative](/initiatives/data-compression/).
44+
zlib-rs is part of our [Data compression initiative](/initiatives/data-compression/).
4445

4546
### What we've done
4647

0 commit comments

Comments
 (0)