We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4180d31 commit e83625dCopy full SHA for e83625d
README.md
@@ -5,8 +5,8 @@
5

6

7
8
-**Compact, efficient binary–text codecs and bit-packed serialization for Kotlin.
9
-**
+**Compact, efficient binary–text codecs and bit-packed serialization for
+Kotlin.**
10
Provides high-performance Base-N encoders, Base64 variants, ASCII85/Z85,
11
checksummed string formats, and a minimal-size binary serializer.
12
@@ -117,6 +117,7 @@ assert(payload == decoded)
117
```
118
119
## Standard encodings
120
+
121
You can use just the encoding implementations.
122
123
```kotlin
0 commit comments