postcompile 0.3.2

Helper crate for post-compiling Rust code.
Documentation
1
2
3
4
/// This is a dummy build script, it does nothing.
/// But we need to get the `OUT_DIR` from the environment so that we can
/// determine where the target directory is.
fn main() {}