llvm-scratch 0.1.15

Free Standing library in Rust
Documentation
1
2
3
4
5
6
pub use function::*;
pub use param_attrs::*;

mod function;
mod param_attrs;
mod test;