This commit is contained in:
daniel
2020-04-16 13:03:33 +02:00
commit 43d2d74468
22 changed files with 5437 additions and 0 deletions

5
src/c_abi/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
#[allow(non_upper_case_globals)]
pub mod xdrfile;
pub mod xdrfile_trr;
pub mod xdrfile_xtc;
pub mod xdr_seek;