Skip to main content

codeasm/
lib.rs

1#[cfg_attr(feature = "go", path = "go_asm/mod.rs")]
2pub mod go_asm;
3
4#[cfg_attr(feature = "py", path = "py_asm/mod.rs")]
5pub mod py_asm;