mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-02 13:13:07 +00:00
5 lines
117 B
Rust
5 lines
117 B
Rust
|
|
#![allow(non_upper_case_globals)]
|
||
|
|
#![allow(non_camel_case_types)]
|
||
|
|
#![allow(non_snake_case)]
|
||
|
|
|
||
|
|
include!("bindings.rs");
|