We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abdc6d commit 14eee89Copy full SHA for 14eee89
README.md
@@ -23,9 +23,9 @@ KEncode provides three standalone entry points:
23
24
1. **ByteEncoding** text codecs: Base62, Base36, Base64, and Base85 encoders
25
for raw binary data.
26
-2. **PackedFormat**: A binary format serializer optimized for Kotlin that
27
- supports nested objects, lists, and maps. It uses bitsets for booleans and
28
- nullability to minimize overhead.
+2. **PackedFormat**: A binary format serializer that supports nested objects,
+ lists, and maps. It uses bitsets for booleans and nullability to minimize
+ overhead.
29
3. **EncodedFormat**: A string format serializer that wraps the above to produce
30
small deterministic string identifiers.
31
0 commit comments