Docs.rs
firewheel-graph-0.4.1
firewheel-graph 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
BillyDM
Dependencies
arrayvec ^0.7
normal
bevy_platform ^0.16.0
normal
firewheel-core ^0.4.1
normal
log ^0.4
normal
ringbuf ^0.4
normal
smallvec ^1
normal
thiserror ^2
normal
thunderdome ^0.6
normal
Versions
69.01%
of the crate is documented
Go to latest version
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
firewheel_
graph
0.4.1
Module graph
Module Items
Structs
Type Aliases
In crate firewheel_
graph
firewheel_graph
Module
graph
Copy item path
Source
Structs
§
Edge
An
Edge
is a connection from source node and port to a destination node and port.
EdgeID
A globally unique identifier for an
Edge
.
Node
Entry
Type Aliases
§
PortIdx
The index of an input/output port on a particular node.