Expand description
brine-kiwi-sdk
This crate provides runtime support for working with Kiwi-encoded data.
FromKiwitrait (re-exported from compiler)- Helpers for reading/writing flat binary streams, etc.
Modules§
Structs§
Enums§
Traits§
- From
Kiwi - All Kiwi‐derived types must return
Result<Self, KiwiError>. We requireSizedso thatSelfcan be constructed.
Functions§
- decode_
to_ json - Decode a Kiwi buffer into a pretty‐printed JSON string.