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: content/initiatives/data-compression.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,12 @@ In June 2025 we released a new version of the **bzip2** crate, see [the bzip2 pr
66
66
67
67
### What's Next
68
68
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/).
70
70
71
71
Meanwhile, work on zlib-rs and bzip2-rs continues to improve the implementations, enhance performance, and expand adoption.
72
72
73
73
### Roadmap
74
74
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.
76
76
77
77
Please [get in touch with us](/support), if you are interested in financially supporting our data compression projects.
Copy file name to clipboardExpand all lines: content/projects/zstd-rs.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
+++
2
-
title = "zstd-rs"
2
+
title = "Zstandard in Rust"
3
3
slug = "zstd-rs"
4
4
template = "projects/project.html"
5
5
6
6
[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>"
8
8
9
9
links = [
10
10
{ name = "GitHub", href = "https://github.com/trifectatechfoundation/libzstd-rs-sys" },
@@ -27,15 +27,15 @@ blogposts = [
27
27
]
28
28
+++
29
29
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.
31
31
32
32
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.
33
33
34
34
For the high level goals of our data compression projects, see our [Data compression initiative](/initiatives/data-compression/).
35
35
36
36
### About
37
37
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.
39
39
40
40
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.
41
41
@@ -46,8 +46,8 @@ We thank [Chainguard](https://www.chainguard.dev/), [Astral](https://astral.sh/)
46
46
- 2026 Q1: release of decoder
47
47
- 2026 Q2: start of encoder implementation (*pending funding*)
48
48
49
-
For details see [the zstd-rs workplan](/initiatives/workplans/zstd-rs/).
49
+
For details see [the workplan](/initiatives/workplans/zstd-rs/).
50
50
51
-
### Support zstd-rs
51
+
### Support Zstandard in Rust
52
52
53
53
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