Use a struct interface for creating and reading encoding bits on x86. #1156 (#1212)

This commit is contained in:
Sean Stangl
2019-11-13 18:01:13 -07:00
committed by GitHub
parent b578fd5396
commit f8ae622003
7 changed files with 273 additions and 45 deletions

View File

@@ -9,3 +9,5 @@ readme = "README.md"
edition = "2018"
[dependencies]
packed_struct = "0.3"
packed_struct_codegen = "0.3"