hbs-sys 0.2.1

FFI bindings to libhbs
Documentation
1
2
3
4
5
extern crate hbs_builder;

fn main() {
    hbs_builder::find_or_build("hbs");
}