Skip to main content

Crate mysql_handler_build

Crate mysql_handler_build 

Source
Expand description

Build-script helper for mysql-handler downstream engine cdylibs.

A downstream engine crate’s build.rs reduces to a single call to configure. The helper wires the C++ shim staticlib and the platform’s C++ runtime into the link line so the resulting cdylib is loadable by mysqld.

Functions§

configure
Configure the link line for a mysql-handler engine cdylib.