pub type MemoryVcs = Repository<MemoryStore<VcsState>>;Expand description
A repository provider that keeps its state in this process: no disk, no visibility to a second process, and the fastest of the two.
Its sessions name a worktree under the system temporary directory and do not create it — nothing here touches the filesystem except the event stream, which is the record a journey reads.
Aliased Type§
pub struct MemoryVcs { /* private fields */ }