yyjson_sys/
lib.rs

1#![allow(
2    non_camel_case_types,
3    non_snake_case,
4    non_upper_case_globals,
5    improper_ctypes
6)]
7mod bindings;
8
9pub use bindings::*;