Docs.rs
gchemol-graph-0.1.5
gchemol-graph 0.1.5
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
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-pc-windows-msvc
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate gchemol_graph
Version 0.1.5
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