We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9ade commit 84591fdCopy full SHA for 84591fd
1 file changed
README.md
@@ -66,12 +66,12 @@ Minimal example using the default `EncodedFormat` (Base62 + PackedFormat):
66
@Serializable
67
data class Payload(
68
@VarUInt
69
- val id: ULong, // varuint
+ val id: ULong, // varint
70
71
@VarInt
72
val delta: Int, // zig-zag + varint
73
74
- val urgent: Boolean,
+ val urgent: Boolean, // joined to bitset
75
val sensitive: Boolean,
76
val external: Boolean,
77
val handledAt: Instant?, // nullable, tracked via bitmask
0 commit comments