//! Shared Wyrd vocabulary: monomorphic [`Signal`], dense runtime ids, closed
//! port tables, and the author-facing [`KnotKind`] catalog.
//!
//! This library is always `#![no_std]` and forbids `unsafe`. Use the `signal-f32`
//! or `signal-i32` feature for the wire numeric path; enable exactly one.
//! Author graphs with open string host paths; bind later interns them.
pub
pub
pub
pub
pub use ;
pub use ;
pub use ;
pub use ;
/// Path-local arithmetic on [`Signal`] (prefer `Calc` knots inside Weaves).
///
/// These ops implement the dual numeric path (f32 mul/div vs i32 Q16). Graphs
/// should express math with `KnotKind::Calc` so bind can specialize dispatch;
/// host and test code may call these helpers when topology is not involved.