Crate traildb [] [src]

Structs

Constructor

A structure that represents a TrailDB constructor.

Cursor

A cursor allows you to iterate over the events in a single trail, decoding a batch from the optimized storage format when necessary.

Db
DbIter
Event
EventFilter
Item

TODO: Document me

MultiCursor

A MultiCursor allows you to iterate over multiple cursors at the same time, even from different TrailDBs.

MultiEvent
Trail

Enums

Error

Type Definitions

Field

TODO: Document me

Timestamp

A timestamp must provided with added events.

TrailId

An integer type that identifies an individual traul in a Db.

Uuid

A UUID must be included with all added events.

Value

TODO: Document me

Version

The type returned by Db::version.