bb-dsl 0.3.4

Authoring DSL for the bytesandbrains framework — Module trait, Graph, Output, contracts, placeholders, concrete-component plumbing.
1
2
3
4
5
6
//! `ConcreteComponent` polymorphism contract — canonical home in
//! `bb-runtime::concrete`. This module re-exports the type for
//! authoring ergonomics so `bb_dsl::concrete::ConcreteComponent`
//! keeps resolving.

pub use bb_runtime::concrete::*;