xgboost-rs-sys 0.1.3

Low level bindings to dmlc/xgboost for rust.
Documentation
[build-dependencies.bindgen]
version = "0.60"

[build-dependencies.cmake]
version = "0.1"
[dependencies.libc]
version = "0.2"

[lib]
name = "xgboost_rs_sys"
path = "lib.rs"

[package]
authors = ["Marcus Weber <marcus.wallau@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings"]
description = "Low level bindings to dmlc/xgboost for rust."
edition = "2021"
keywords = ["xgboost", "machinelearning", "bindings", "boosting", "tree"]
license = "MIT"
links = "xgboost"
name = "xgboost-rs-sys"
repository = "https://github.com/marweumr/xgboost-rs/xgboost-rs-sys"
version = "0.1.3"