Docs.rs
scirs2-graph-0.1.0-beta.2
scirs2-graph 0.1.0-beta.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
bincode ^1.3.3
normal
itertools ^0.14
normal
ndarray ^0.16.1
normal
num-complex ^0.4.6
normal
num-traits ^0.2.19
normal
num_cpus ^1.16.0
normal
ordered-float ^3.9.2
normal
parking_lot ^0.12.4
normal
petgraph ^0.8.2
normal
rand ^0.9.2
normal
scirs2-core ^0.1.0-beta.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
sysinfo ^0.35.2
normal
thiserror ^1.0.69
normal
approx ^0.5.1
dev
criterion ^0.6.0
dev
ctor ^0.2
dev
num_cpus ^1.16.0
dev
tempfile ^3.20.0
dev
Versions
99.31%
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
Module types
scirs2_
graph
0.1.0-beta.2
Module types
Module Items
Structs
Traits
In scirs2_
graph::
base
scirs2_graph
::
base
Module
types
Copy item path
Source
Expand description
Core types for graph structures
Structs
§
Edge
Represents an edge in a graph
Traits
§
Edge
Weight
A trait for edge weights in a graph
Node
A trait representing a node in a graph