Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
mysqlclient-sys-0.2.5
/
src
/
lib.rs
blob: aa7b457269d3e3f36df0c5f4b1909d60fc11bd09 [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
non_camel_case_types
,
non_snake_case
,
non_upper_case_globals
)]
#[
cfg
(
not
(
windows
))]
include
!(
"bindings_macos.rs"
);
#[
cfg
(
windows
)]
include
!(
"bindings_windows.rs"
);