Skip to main content

Crate frp_domain

Crate frp_domain 

Source
Expand description

Domain model for the frp graph layer.

Defines the core domain types: Atom, Block, Port, HyperEdge, and shared Meta — plus the DomainError type for validation failures.

Re-exports§

pub use atom::Atom;
pub use atom::AtomKind;
pub use atom::AtomMeta;
pub use block::Block;
pub use block::BlockBuilder;
pub use block::BlockSchema;
pub use edge::EdgeSchedule;
pub use edge::EdgeTransform;
pub use edge::HyperEdge;
pub use error::DomainError;
pub use meta::Meta;
pub use port::Port;
pub use port::PortDirection;

Modules§

atom
block
edge
error
meta
port