Expand description
Implementations of Codec for stdlib types.
Structs§
- Shard
IdSchema - An implementation of Schema for ShardId.
- Simple
Columnar Decoder - A type that implements
ColumnDecoder
forSimpleColumnarData
. - Simple
Columnar Encoder - A type that implements
ColumnEncoder
forSimpleColumnarData
. - String
Schema - An implementation of Schema for String.
- Todo
Columnar Decoder - A
ColumnDecoder
that has no implementation. - Todo
Columnar Encoder - A
ColumnEncoder
that has no implementation. - Todo
Schema - A placeholder for a Codec impl that hasn’t yet gotten a real Schema.
- Unit
Columnar - An encoder and decoder for
UnitSchema
. - Unit
Schema - An implementation of Schema for [()].
- VecU8
Schema - An implementation of Schema for
Vec<u8>
.
Constants§
- BYTES_
CODEC_ 🔒NAME - All codecs that are compatible with a blob of bytes use that same name. This allows us to switch between the codecs without any incompatibility errors. The name is chosen for historical reasons.
Traits§
- Simple
Columnar Data - Simple type of data that can be columnar encoded.