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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gchemol_graph
0.1.6
All Items
Structs
?
Crate
gchemol_graph
source
·
[
−
]
Expand description
NxGraph: A networkx-like API wrapper around petgraph for chemistry.
Structs
§
Edges
Edge view of graph, created with
edges
method.
NodeIndex
Node identifier.
Nodes
Node view of graph, created with
nodes
method.
NxGraph
networkx-like API wrapper around petgraph