Crate fifthtry_serde_sqlite_jsonb

Source

Structs§

Deserializer
A structure that deserializes SQLite JSONB data into Rust values.
Serializer

Enums§

Error
An error that can be produced during parsing.

Functions§

from_reader
Deserialize an instance of type T from a byte slice of SQLite JSONB data.
from_slice
Deserialize an instance of type T from a byte slice of SQLite JSONB data.
to_vec
Serialize a value into a JSONB byte array

Type Aliases§

Result