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
//! Reusable C source pipeline stages and source-cache support.

/// Content-keyed source pipeline cache.
pub mod source_cache;
/// Named GPU stages for embedders (`c11_lexer`, preprocess, …).
pub mod stages;