Docs.rs
sapling-drawdag-0.1.0
sapling-drawdag 0.1.0
Docs.rs crate page
MIT
27 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
github:facebook:cratesio-publish
meta-cratesio-bot
Dependencies
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate drawdag
drawdag
0.1.0
All Items
Sections
drawdag
Crate Items
Functions
Crate
drawdag
Copy item path
Source
Expand description
§
drawdag
Utilities to parse ASCII revision DAG and create commits from them.
Functions
§
commit
Commit the DAG by using the given commit function.
drawdag
Parse the ASCII DAG and commit it. See
parse
and
commit
for details.
parse
Parse an ASCII DAG. Extract edge information. Return a map from names to their parents.