Crates.io | catboost-sys |
lib.rs | catboost-sys |
version | 0.1.6 |
source | src |
created_at | 2022-09-08 14:54:02.602426 |
updated_at | 2022-10-21 14:45:53.703338 |
description | Internal unsafe Rust bindings for catboostlib C apis using bindgen |
homepage | |
repository | https://github.com/jlloh/catboost-rs |
max_upload_size | |
id | 661118 |
size | 130,130 |
https://github.com/catboost/catboost/releases/tag/v1.0.6
.
libcatboostmodel.so
libcatboostmodel.dylib
/usr/lib/
x.x.1
, e.g. sudo ln -s libcatboostmodel.so libcatboostmodel.so.1
Low level bindings for C API, adapted from https://github.com/catboost/catboost/tree/master/catboost/rust-package.
Major differences are:
build.rs
, no differences in the APIsmodel_interface
c_bindings from https://github.com/catboost/catboost/tree/v1.0.6/catboost/libs/model_interface
in this repo to simplify thingsapt-get install -y build-essential pkg-config libssl-dev libclang-dev clang cmake
https://github.com/catboost/catboost/releases/tag/v1.0.6
.
libcatboostmodel.so
libcatboostmodel.dylib
/usr/lib/
x.x.1
, e.g. sudo ln -s libcatboostmodel.so libcatboostmodel.so.1
cargo build