bufferino 0.0.1

Rusty wrapper around gbm
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    if std::env::var("DOCS_RS").is_ok() {
        return;
    }

    pkg_config::Config::new()
        .probe("gbm")
        .expect("Failed to link to libgbm");
}