w2c2-sys 0.1.0

bindgen wrapper for w2c2
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(not(test), no_std)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

use const_default::ConstDefault;
use typed_builder::TypedBuilder;

include!("./wrapper.rs");