Skip to content

Commit dae7d70

Browse files
committed
Change zstandard project name
1 parent 2c65bd5 commit dae7d70

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

content/initiatives/data-compression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ In June 2025 we released a new version of the **bzip2** crate, see [the bzip2 pr
6666

6767
### What's Next
6868

69-
Development of **zstd** began in July 2025, with the first release of the decoder planned for February 2026. We're currently seeking funding to complete work on the encoder side, see [zstd-rs](/projects/zstd-rs/).
69+
Development of **zstd** began in July 2025, with the first release of the decoder planned for February 2026. We're currently seeking funding to complete work on the encoder side, see [Zstandard in Rust](/projects/zstd-rs/).
7070

7171
Meanwhile, work on zlib-rs and bzip2-rs continues to improve the implementations, enhance performance, and expand adoption.
7272

7373
### Roadmap
7474

75-
See the [zlib-rs](/projects/zlib-rs/), [bzip2-rs](/projects/bzip2-rs/) and [zstd-rs](/projects/zstd-rs/) project pages.
75+
See the [zlib-rs](/projects/zlib-rs/), [bzip2-rs](/projects/bzip2-rs/) and [Zstandard in Rust](/projects/zstd-rs/) project pages.
7676

7777
Please [get in touch with us](/support), if you are interested in financially supporting our data compression projects.

content/initiatives/workplans/workplan-zstd-rs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22

3-
title = "Zstd-rs"
3+
title = "Zstandard in Rust"
44
slug = "zstd-rs"
55
template = "initiatives/workplans/workplan.html"
66

77
[extra]
88
backLink = "projects/zstd-rs"
9-
backTitle = "Back to project: Zstd-rs"
9+
backTitle = "Back to project: Zstandard in Rust"
1010
+++
1111

1212
Work on zstd started in July 2025. The first milestone is the decompression portion of the library.
@@ -22,22 +22,22 @@ This milestone adds API-compatible zstd decompression functionality.
2222
- Initial c2rust translation
2323
- Improving the code quality of the translated code
2424
- Testing & fuzzing
25-
- Deliverable: experimental release of the zstd-rs library (libzstd-rs-sys)
25+
- Deliverable: experimental release of the zstd library (libzstd-rs-sys)
2626

2727
This work is supported by [Chainguard](https://www.chainguard.dev/) and [Astral](https://astral.sh/).
2828

2929
**Milestone 2: dictBuilder**
3030

3131
- Implementation of the dictBuilder feature
32-
- Deliverable: release of the zstd-rs library (libzstd-rs-sys) including the dictBuilder feature
32+
- Deliverable: release of the zstd library (libzstd-rs-sys) including the dictBuilder feature
3333

3434
This work is supported by [Sovereign Tech Agency](https://sovereign.tech).
3535

3636
**Milestone 3: Publish decoder**
3737

3838
- Improving the performance of the translated code
3939
- Documentation
40-
- Deliverable: Release of the zstd-rs library (libzstd-rs-sys)
40+
- Deliverable: Release of the zstd library (libzstd-rs-sys)
4141
- Deliverable: Publish the crate containing the C interface and a C dynamic library that is API-compatible
4242

4343
This work is supported by [NLnet Foundation](https://nlnet.nl).

content/projects/zstd-rs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
2-
title = "zstd-rs"
2+
title = "Zstandard in Rust"
33
slug = "zstd-rs"
44
template = "projects/project.html"
55

66
[extra]
7-
summary = "<p>zstd-rs is an implementation of Zstandard, a modern successor to zlib, providing better compression faster.</p>"
7+
summary = "<p>Zstandard in Rust is an implementation of Zstandard, a modern successor to zlib, providing better compression faster.</p>"
88

99
links = [
1010
{ name = "GitHub", href = "https://github.com/trifectatechfoundation/libzstd-rs-sys" },
@@ -27,15 +27,15 @@ blogposts = [
2727
]
2828
+++
2929

30-
Zstandard is a modern successor to zlib, providing better compression faster. Zstd-rs is *in development*; it aims to provide excellent performance while introducing memory safety.
30+
Zstandard is a modern successor to zlib, providing better compression faster. Zstandard in Rust is *in development*; it aims to provide excellent performance while introducing memory safety.
3131

3232
The project will provide a dynamic library that is a drop-in replacement for C/C++ counterparts, but has compiled memory-safe Rust code inside.
3333

3434
For the high level goals of our data compression projects, see our [Data compression initiative](/initiatives/data-compression/).
3535

3636
### About
3737

38-
Development of zstd-rs began in July 2025, with the first release of the decoder planned for March 2026.
38+
Development of Zstandard in Rust began in July 2025, with the first release of the decoder planned for March 2026.
3939

4040
We thank [Chainguard](https://www.chainguard.dev/), [Astral](https://astral.sh/), [Sovereign Tech Agency](https://sovereign.tech) and [NLnet Foundation](https://nlnet.nl) for their support.
4141

@@ -46,8 +46,8 @@ We thank [Chainguard](https://www.chainguard.dev/), [Astral](https://astral.sh/)
4646
- 2026 Q1: release of decoder
4747
- 2026 Q2: start of encoder implementation (*pending funding*)
4848

49-
For details see [the zstd-rs workplan](/initiatives/workplans/zstd-rs/).
49+
For details see [the workplan](/initiatives/workplans/zstd-rs/).
5050

51-
### Support zstd-rs
51+
### Support Zstandard in Rust
5252

5353
Please [get in touch with us](/support), if you are interested in financially supporting us. We offer technical support services for organizations wanting to adopt our data compression software.

0 commit comments

Comments
 (0)