peak-can-sys 0.2.0

FFI bindings for the API by PEAK-System Technik GmbH
Documentation
1
2
3
4
5
6
7
8
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unsafe_op_in_unsafe_fn)]

mod bindings;

pub use bindings::*;