Expand description
Native operator ABI and manifest resolver.
This crate intentionally does not contain third-party CUDA/C++ operator sources. It only defines the ABI surface and fail-closed artifact resolver used by later release gates and runtime integration work.
Re-exports§
pub use abi::*;pub use artifact_set::*;pub use build_cache::*;pub use build_unit::*;pub use manifest::*;pub use registry::*;pub use resolver::*;
Modules§
- abi
- Stable native operator ABI constants and C descriptor shapes.
- artifact_
set - Deterministic, fail-closed resolution for a set of native operator artifacts.
- build_
cache - Content-addressed cache for native build outputs.
- build_
unit - Typed coverage contract between Cargo feature units and native artifacts.
- manifest
- Native operator manifest loading.
- registry
- Minimal in-memory native operator registry.
- resolver
- Fail-closed resolver for native operator artifacts.