Skip to main content

Crate brine_kiwi

Crate brine_kiwi 

Source
Expand description

brine-kiwi-sdk

This crate provides runtime support for working with Kiwi-encoded data.

  • FromKiwi trait (re-exported from compiler)
  • Helpers for reading/writing flat binary streams, etc.

Modules§

error
schema
traits

Structs§

Field
Represents a single field in a Def.
Schema
Holds the contents of a Kiwi schema.

Enums§

KiwiError
Value
This type holds dynamic Kiwi data.

Traits§

FromKiwi
All Kiwi‐derived types must return Result<Self, KiwiError>. We require Sized so that Self can be constructed.

Functions§

decode_to_json
Decode a Kiwi buffer into a pretty‐printed JSON string.