[[example]]
crate-type = ["cdylib"]
name = "compare-rmin"
path = "examples/compare-rmin.rs"
[features]
default = ["std"]
std = []
[lib]
name = "rmin"
path = "src/lib.rs"
[package]
authors = ["Neutron3529 <qweytr1@main.ustc.edu.cn>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "A minimal Rust lib for writting R extensions"
edition = "2021"
license-file = "LICENSE"
name = "rmin"
readme = "README.md"
repository = "https://github.com/Neutron3529/rmin"
version = "0.2.0"