Crate sonnerie

Crate sonnerie 

Source

Modules§

formatted
Read or write formatted data to a text stream.
row_format
Decode an encoded row format.

Structs§

CreateTx
Create a transaction file in the specified db directory.
DatabaseKeyIterator
An iterator over each key. feature=by-key
DatabaseKeyReader
Iterate over keys, from which you may iterate over each record with that key. feature=by-key
DatabaseReader
Read a database in key-timestamp sorted format.
DatabaseRecordIterator
An iterator over the filtered keys in a database.
DatabaseRecordReader
Keeps a range associated with a query, implements IntoIterator
KeyRecordReader
Allows iterating over every record for a given key. feature=by-key
Reader
Read and filter keys from a single transaction file
Record
Stores a single timestamp for a single key of data
RecordBuilderEnd
Placeholder type to mark the end of a record, when writing
StringKeyRangeReader
An iterator over a range of keys
Wildcard
matches % as a wildcard operator

Enums§

WriteFailure
A reason a write could not be completed

Traits§

FromRecord
Implements conversions from Record columns to Rust types
RecordBuilder
Converts multiple-column data to the internal encoding
ToRecord
Implements conversions from Rust types to Sonnerie records

Functions§

record
A high-level function to build records from Rust types

Type Aliases§

Timestamp
Nanoseconds since the unix epoch