Remove packed_struct dependency; closes #1271 and #1284 (#1282)

This commit is contained in:
Andrew Brown
2019-12-12 17:01:31 -08:00
committed by GitHub
parent af64187ec7
commit d4df756acf
5 changed files with 253 additions and 92 deletions

View File

@@ -20,10 +20,6 @@
)
)]
use packed_struct;
#[macro_use]
extern crate packed_struct_codegen;
pub mod condcodes;
pub mod constant_hash;
pub mod constants;