libR-sys 0.1.10

Low level bindings to the R programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libR-sys"
version = "0.1.10"
authors = ["andy-thomason <andy@andythomason.com>"]
edition = "2018"
description = "Low level bindings to the R programming language."
license = "MIT"
links = "R"
documentation = "https://docs.rs/libR-sys/latest/libR_sys/"

[dependencies]

[build-dependencies]
bindgen = "0.53.2"
regex = "1"