Initial release of two crates:
- xgboost (high level library)
- xgboost-sys (low level FFI bindings from bindgen)
Supports many major features of the XGBoost gradient boosting tree machine learning library (v0.80), tested on linux/osx (windows not supported at the moment).
Feedback welcome, still working on making the API and configuration more ergonomic.