vyre-primitives 0.4.1

Compositional primitives for vyre — marker types (always on) + Tier 2.5 LEGO substrate (feature-gated per domain).
Documentation
1
2
3
4
5
6
7
//! GPU-native virtual filesystem primitives.
//!
//! Async DMA resolvers for `#include`-style asset loading directly into
//! the L1 warp-arena without CPU staging.

/// Asynchronous `#include` hash → block-load resolver.
pub mod resolve;