Fix some type mismatches

This commit is contained in:
Richard Feldman 2022-07-24 10:46:40 -04:00
parent 3765cbbc8f
commit 946b44cfd0
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
4 changed files with 8 additions and 3 deletions

View file

@ -3,3 +3,5 @@ pub mod load;
pub mod rust_glue;
pub mod structs;
pub mod types;
pub use load::generate;