Skip to content

Commit dcc9903

Browse files
authored
feat(routines): add typed Rust scalar-name allocation (#91)
Add a pure post-ABI naming stage with transient UTF-8 hex labels, payload-preserving output, deterministic validation, duplicate detection, and resource-safe construction.
1 parent b906abb commit dcc9903

3 files changed

Lines changed: 1342 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,5 +1,6 @@
11
mod declarations;
22
pub mod resolution;
33
pub mod scalar_abi;
4+
pub mod scalar_names;
45

56
pub use declarations::verify_release_declarations;

0 commit comments

Comments
 (0)