vyre-libs 0.6.2

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
8
9
//! Shared Region builder  -  moved into the standalone `vyre-harness`
//! crate so external Cat-A wrappers (`downstream dataflow engine`, `decodex`, `multimatch`)
//! can construct provenance-tagged Programs without depending on the
//! rest of `vyre-libs`. This module is a thin re-export so existing
//! call sites keep compiling unchanged.

pub use vyre_harness::region::{
    reparent_program_children, tag_program, wrap, wrap_anonymous, wrap_child,
};