Function lockjaw::build_script[][src]

pub fn build_script()
Expand description

Function that must be called inside the cargo build script to setup the lockjaw environment.

lockjaw should be added to [build-dependencies] of the crate.

// build.rs
fn main() {
    lockjaw::build_script();
}