casper_sys/lib.rs
1#![allow(non_camel_case_types)]
2#![allow(non_snake_case)]
3
4use libnv_sys::nvlist_t;
5
6// These are defined as macros, so can't be autogenerated with bindgen.
7pub const CASPER_SERVICE_STDIO: u64 = 0x1;
8pub const CASPER_SERVICE_FD: u64 = 0x2;
9pub const CASPER_SERVICE_NO_UNIQ_LIMITS: u64 = 0x4;
10
11include!("ffi.rs");