beetry-editor-types 0.2.0

Internal beetry crate. For the public API, check the beetry crate.
Documentation
1
2
3
4
5
6
7
8
9
// We use mostly BTreeMap in favor of HashMap inside persistence module to keep
// records sorted.
pub mod channel;
pub mod editor;
pub mod node;
pub mod parameter;
pub mod port;
pub mod tree;
pub mod ui;