vyre-libs 0.7.2

vyre Category A library ecosystem - pure-IR compositions over foundation IR and primitive-owned kernels
Documentation
1
2
3
4
5
6
7
8
9
//! Substrate-neutral composition-region helpers.
//!
//! The implementation is owned by `vyre-foundation`; this module gives
//! library builders concise names without depending on a test harness.

pub use vyre_foundation::composition::{
    reparent_program_children, tag_program, wrap_anonymous_region as wrap_anonymous,
    wrap_child_region as wrap_child, wrap_region as wrap,
};