Skip to content

Commit b906abb

Browse files
authored
feat(routines): add typed Rust scalar ABI projection (#90)
Add a typed in-memory scalar ABI projection with caller-reviewed enum mappings, deterministic diagnostics, and coverage for ordering, numeric fidelity, connector state, and malformed typed input.
1 parent f4496d6 commit b906abb

3 files changed

Lines changed: 2151 additions & 0 deletions

File tree

tools/routine-compiler/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mod declarations;
22
pub mod resolution;
3+
pub mod scalar_abi;
34

45
pub use declarations::verify_release_declarations;

0 commit comments

Comments
 (0)