mysqlclient-sys 0.4.1

Auto-generated rust bindings for libmysqlclient
Documentation
1
2
3
4
5
6
7
8
9
10
# Development related notices


Bindings were generated with the following command:

```sh
bindgen --allowlist-function "mysql.*" --allowlist-function "mariadb.*" --allowlist-type "MYSQL.*" --allowlist-type "MARIADB.*" --allowlist-type "mysql.*" --allowlist-type "mariadb.*" --allowlist-var "MYSQL.*" --allowlist-var "MARIADB.*" --default-enum-style rust_non_exhaustive bindings/wrapper.h -- -I/usr/include/mysql
```

If you update the above command line you also need to update the arguments for the buildtime_bindgen feature in `build.rs`