rustier 0.1.0

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.
Documentation
# 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.