We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acedbf commit d98cd81Copy full SHA for d98cd81
1 file changed
README.md
@@ -6,8 +6,7 @@
6
7
# KEncode
8
9
-**Compact, ASCII-safe encodings and ultra-small binary serialization for Kotlin,
10
-ideal for URLs, headers, file names, and other size-limited channels.**
+**High-efficiency binary/text codecs with compact bit-packed serialization for Kotlin.**
11
12

13

@@ -39,7 +38,8 @@ representations:
39
38
maps.
40
41
3. **Standalone StringFormat**: `EncodedFormat`
42
- Adds checksum + text encoding on top of a binary format, providing very s
+ Adds checksum + text encoding on top of a binary format, providing very short
+ string formats.
43
44
---
45
0 commit comments