[][src]Crate esl01_dag

dag

Building blocks for the commit graph used by source control.

Re-exports

pub use id::Group;
pub use id::Id;
pub use id::VertexName;
pub use idmap::IdMap;
pub use namedag::NameDag;
pub use nameset::NameSet;
pub use spanset::SpanSet;

Modules

id

id

idmap

idmap

namedag

namedag

nameset

nameset

protocol

protocol

spanset

spanset

Structs

IdDag

Structure to store a DAG of integers, with indexes to speed up ancestry queries.

Type Definitions

InProcessIdDag
Level