File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77# KEncode
88
9- ** Compact, ASCII-safe encodings and ultra-small binary serialization for Kotlin,
10- ideal for URLs, headers, file names, and other size-limited channels.**
9+ ** High-efficiency binary/text codecs with compact bit-packed serialization for Kotlin.**
1110
1211![ Maven Central] ( https://img.shields.io/maven-central/v/com.eignex/kencode.svg?label=Maven%20Central )
1312![ Build] ( https://github.com/eignex/kencode/actions/workflows/build.yml/badge.svg )
@@ -39,7 +38,8 @@ representations:
3938 maps.
4039
41403 . ** Standalone StringFormat** : ` EncodedFormat `
42- Adds checksum + text encoding on top of a binary format, providing very s
41+ Adds checksum + text encoding on top of a binary format, providing very short
42+ string formats.
4343
4444---
4545
You can’t perform that action at this time.
0 commit comments