catboost-sys 0.1.6

Internal unsafe Rust bindings for catboostlib C apis using bindgen
Documentation


LIBRARY()

SRCDIR(catboost/libs/model_interface)

SRCS(
    c_api.cpp
)

PEERDIR(
    catboost/libs/cat_feature
    catboost/libs/data
    catboost/libs/model
)

IF(HAVE_CUDA)
    PEERDIR(
        catboost/libs/model/cuda
    )
ENDIF()

CFLAGS(-DCATBOOST_API_STATIC_LIB)

END()