Crate automerge_repo

Crate automerge_repo 

Source

Re-exports§

pub use share_policy::SharePolicy;
pub use share_policy::SharePolicyError;

Modules§

fs_store
share_policy

Structs§

ConnComplete
DocHandle
A handle to a document, held by the client(s).
DocumentId
PeerConnectionInfo
PeerDocState
The state of sycnhronization of a document with a remote peer obtained via RepoHandle::peer_doc_state
Repo
The backend of a repo: runs an event-loop in a background thread.
RepoHandle
Front-end of the repo.
RepoId

Enums§

ConnDirection
Which direction a connection passed to crate::RepoHandle::new_remote_repo is going
ConnFinishedReason
The result of the future returned by RepoHandle::new_remote_repo
Message
The messages of the multi-document sync protocol
NetworkError
Network errors used by the sink.
RepoError
RepoMessage
StorageError
Errors used by storage.

Traits§

Storage
The Storage API.