Docs.rs
nopetgraph-0.5.3
nopetgraph 0.5.3
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sorpaas
Dependencies
fixedbitset ^0.3.0
normal
noindexmap ^1.6.1
normal
quickcheck ^0.8
normal
optional
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
twox-hash ^1.6.0
normal
defmac ^0.1
dev
itertools ^0.8
dev
odds ^0.2.19
dev
rand ^0.5.5
dev
Versions
81.98%
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
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
NodeIndex
petgraph
0.5.3
Node
Index
Trait Implementations
NodeRef
In petgraph::
adj
petgraph
::
adj
Type Alias
Node
Index
Copy item path
Source
pub type NodeIndex<Ix =
DefaultIx
> = Ix;
Expand description
Adjacency list node index type, a plain integer.
Trait Implementations
§
Source
§
impl<Ix:
IndexType
>
NodeRef
for
NodeIndex
<Ix>
Source
§
type
NodeId
= Ix
Source
§
type
Weight
=
()
Source
§
fn
id
(&self) -> Self::
NodeId
Source
§
fn
weight
(&self) -> &Self::
Weight