Crate nodui_core

Source
Expand description

The core types of the nodui crate.

Re-exports§

pub use crate::adapter::ConnectionHint;
pub use crate::adapter::GraphAdapter;
pub use crate::adapter::Id;
pub use crate::adapter::NodeAdapter;
pub use crate::adapter::NodeIterator;
pub use crate::adapter::Pos;
pub use crate::adapter::SocketAdapter;

Modules§

adapter
Types and traits for interactions between the ui editor and the graph data.
ui
Defines how elements should be rendered in the ui editor.