mysql-handler-build 0.2.0

Build-script helper for mysql-handler downstream engine cdylibs
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 28.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 253.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ren-yamanashi/rusty_mysql_handler
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ren-yamanashi

mysql-handler-build

Build-script helper for mysql-handler downstream engine cdylibs. Drop a single call into your build.rs:

fn main() {
    mysql_handler_build::configure();
}

configure() wires the C++ shim staticlib (via the DEP_HA_RUSTY_SHIM_STATICLIB_DIR env var exported by mysql-handler's own build script) and the platform's C++ runtime into the link line. Refer to the crate rustdoc for the env vars consulted and the warning behaviour when the shim staticlib is unavailable.

License

GPL-2.0-only.