Module taskchampion::server

source ·

Enums§

Constants§

Traits§

  • A value implementing this trait can act as a server against which a replica can sync.

Type Aliases§

  • A segment in the history of this task database, in the form of a sequence of operations. This data is pre-encoded, and from the protocol level appears as a sequence of bytes.
  • A snapshot of the state of the task database. This is encoded by the taskdb implementation and treated as a sequence of bytes by the server implementation.
  • Versions are referred to with UUIDs.