Expand description
Core types and traits shared between user-facing and internal flowey code.
If you are a flowey node / pipeline author, you should not directly import
this crate! The crate you should be using is called flowey
, which only
exports user-facing types / traits.
Modules§
- node
- Core types and traits used to create and work with flowey nodes.
- patch
- pipeline
- Core types and traits used to create and work with flowey pipelines.
- util
- Utilities used by flowey_core and made avaiable for higher-level crates.
Macros§
- flowey_
request - Declare a new
Request
type for the currentNode
. - new_
flow_ node - new_
simple_ flow_ node - register_
patch - Register a patch function which can be used when emitting flows.