# rustier Make your R more Rusty! This crate lets you use a proc macro ```#[R_export]``` to make your Rust functions callable from R similar to what RCpp does for C. Still early in development. see the bottom of `lib.rs` for some examples of what can already be done though.