gantz_core 0.4.0

The core types and traits for gantz, an environment for creative systems.
Documentation
1
2
3
4
5
//! Generation of the per-variant node fns (see [`node_fn`]).

pub(crate) use node_fn::node_fns;

mod node_fn;