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
[dependencies.num_enum]
version = "0.5"

[dependencies.rayon]
version = "1"

[dependencies.rustier-macros]
version = "0.1"

[lib]
crate-type = ["cdylib"]
name = "rustier"

[package]
authors = ["Hayley <github.com@codingcat.nl>"]
description = "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."
edition = "2018"
license = "GPL-2.0+"
name = "rustier"
repository = "https://github.com/HayleyDeckers/rustier"
version = "0.1.0"