Docs.rs
hg-core-0.0.1
hg-core 0.0.1
Permalink
Docs.rs crate page
GPL-2.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
gracinet
Dependencies
rand ~0.6
dev
rand_pcg ~0.1
dev
Versions
61.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hg
0.0.1
VecGraph
Aliased Type
Trait Implementations
Graph
In hg::
testing
hg
::
testing
Type Alias
VecGraph
Copy item path
Source
pub type VecGraph =
Vec
<[
Revision
;
2
]>;
Aliased Type
§
struct VecGraph {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Graph
for
VecGraph
Source
§
fn
parents
(&self, rev:
Revision
) ->
Result
<[
Revision
;
2
],
GraphError
>
Return the two parents of the given
Revision
.
Read more