Check in initial glue for RocType etc

This commit is contained in:
Richard Feldman 2022-08-17 14:11:54 -04:00
parent fa1f2f87ae
commit 577128d410
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 4082 additions and 0 deletions

4081
crates/glue/src/glue.rs Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
pub mod enums; pub mod enums;
pub mod glue;
pub mod load; pub mod load;
pub mod rust_glue; pub mod rust_glue;
pub mod structs; pub mod structs;