beetry-editor-types 0.2.0

Internal beetry crate. For the public API, check the beetry crate.
Documentation
1
2
3
4
5
6
// Here the modules model the types that are modifiable during execution
// like setting parameters values, creating edges between nodes and ports.
pub mod channel;
pub mod edge;
pub mod node;
pub mod ui;