Crate cpp_to_rust_build_tools [] [src]

Implementation of cpp_to_rust's build script. Default generated build script uses this crate as a build dependency and just calls cpp_to_rust_build_tools::run(). If a custom build script is used, it should either use the same call to execute all operations normally or use Config type to change the build script's settings.

See README for more information.

Reexports

pub extern crate cpp_to_rust_common as common;

Structs

Config

Configuration of the build script.

Functions

run

Runs the build script with default configuration. See Config::run for more information.

run_and_return

Same as run(), but result of the operation is returned to the caller.