Docs.rs
gchemol-graph-0.1.6
gchemol-graph 0.1.6
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
ybyygu
Dependencies
itertools ^0.10
normal
petgraph ^0.6
normal
serde ^1
normal
Versions
100%
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
gchemol_
graph
0.1.6
All Items
Crate Items
Structs
Crate
gchemol_graph
Copy item path
Source
Expand description
NxGraph: A networkx-like API wrapper around petgraph for chemistry.
Structs
ยง
Edges
Edge view of graph, created with
edges
method.
Node
Index
Node identifier.
Nodes
Node view of graph, created with
nodes
method.
NxGraph
networkx-like API wrapper around petgraph