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: docs/en/index.md
+24-64Lines changed: 24 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,86 +4,46 @@ layout: home
4
4
hero:
5
5
name: CompressKit
6
6
text: Compression algorithms you can trust
7
-
tagline: Production-ready Huffman, Arithmetic, Range, and RLE implementations in C++, Go, and Rust. Verified across languages, documented for learning.
8
-
image:
9
-
src: /logo.svg
10
-
alt: CompressKit Logo
7
+
tagline: Huffman, Arithmetic, Range, and RLE in C++17, Go, and Rust
11
8
actions:
12
9
- theme: brand
13
-
text: Quick Start
10
+
text: Get Started
14
11
link: /en/guide/getting-started
15
12
- theme: alt
16
-
text: Compare Algorithms
17
-
link: /en/guide/algorithms
18
-
- theme: alt
19
-
text: 中文
20
-
link: /zh/
21
-
22
-
features:
23
-
- icon: 🔄
24
-
title: Cross-language verified
25
-
details: Every algorithm is implemented in C++17, Go, and Rust with identical binary formats. Encode in one language, decode in another.
26
-
- icon: 📚
27
-
title: Learn by reading
28
-
details: Clean, well-commented code designed for education. Each implementation fits in a single file you can actually read.
0 commit comments