Expose sys module

This commit is contained in:
Christopher Chalmers 2020-05-21 20:06:12 +01:00
parent c2b4a12bb7
commit fc141046cd

View File

@ -1,7 +1,7 @@
use std::ffi::{self, CStr, CString}; use std::ffi::{self, CStr, CString};
use std::ptr; use std::ptr;
mod sys; pub mod sys;
// Re-export enums // Re-export enums
pub use sys::{ pub use sys::{
AllocatorType, ErrorCode, ExecutionMode, GraphOptimizationLevel, LoggingLevel, MemType, AllocatorType, ErrorCode, ExecutionMode, GraphOptimizationLevel, LoggingLevel, MemType,