add python bindings
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 8 Jul 2020 06:26:26 +0000 (23:26 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 8 Jul 2020 06:28:16 +0000 (23:28 -0700)
commit884aab583568a556347d596670c9f0416723c255
tree91f87b1cb6db66ed0cdb80b1b8f63f7d4675eb2d
parent08fe25f8ce8910fe06ae0e0acd2bae34f0a81214
add python bindings
.gitignore
Cargo.lock
Cargo.toml
pyproject.toml [new file with mode: 0644]
src/instr_models.rs
src/lib.rs [new file with mode: 0644]
src/main.rs
src/python.rs [new file with mode: 0644]
src/serde_hex.rs
tests/__init__.py [new file with mode: 0644]
tests/test_power_instruction_analyzer.py [new file with mode: 0644]