Expand description
Provides serialization of IntSet
โs to a highly compact bitset format as defined in the
IFT specification:
https://w3c.github.io/IFT/Overview.html#sparse-bit-set-decoding
Structsยง
- Create
Layer ๐State - Decoding
Error - Next
Node ๐ - Node ๐
Enumsยง
- Branch
Factor ๐ - Node
Type ๐
Functionsยง
- create_
layer ๐ - Compute the nodes for a layer of the sparse bit set.
- to_
sparse_ bit_ set_ with_ bf - Encode this set as a sparse bit set byte encoding with a specified branch factor.