gantz_core 0.6.0

The core types and traits for gantz, an environment for creative systems.
Documentation
1
2
3
4
5
//! A simple [`Edge`] type describing the outlet and inlet of source and
//! destination nodes respectively.

#[doc(inline)]
pub use gantz_ca::Edge;