Commit Graph

13 Commits

Author SHA1 Message Date
angie
a166772657 Fix a Rust binding not taking & 2022-12-19 20:42:38 -03:00
angie
e75ea8f09f version bump 2022-12-19 19:09:02 -03:00
Angie
3ab315c5ab version bump 2022-12-18 19:58:43 -03:00
angie
bddd12847e Build C library in build.rs 2022-12-18 17:12:59 -03:00
angie
c9170b0209 version bump 2022-12-18 16:30:12 -03:00
angie
1e02871bce Another try at fixing crate publishing 2022-12-18 16:22:06 -03:00
angie
b87cf594fe Hopefully fix rust crate publishing 2022-12-18 16:00:24 -03:00
angie
b75637ec33 version bump 2022-12-18 15:33:02 -03:00
Anghelo Carvajal
fb8c1edbd7
Rust bindings (#17)
* Generate bindings for enums

* Add .gitignore Cargo didn't automatically made

* Actually build the files into the library

* `pub` in `mod` to fix warning

* instruction struct

* Instruction rust binding

* Add InstrId::ALL_MAX

* link C library to rust

* Publish crate CI

* test

* config bindings

* add getters for registers

* add names methods for register enums

* get_operand_type

* feedback from simon

* Forgot to add new file to python setup.py

* get_operands_slice

* add stuff to cargo.toml
2022-12-18 15:15:39 -03:00
angie
d5d1096e81 Version bump and remove setup.cfg 2022-12-16 11:04:16 -03:00
Angie
ac1dd252a6 Add build-backend to pyproject 2022-07-09 14:48:56 -04:00
Ethan Roseman
c81cc49a65
cibuildwheel (ci/cd) (#1)
* cibuildwheel attempt

* fixes

* skip pypy

* re-enable pypy

* try no pypy 3.7

* try again

* try winders

* remove snibblets
2022-06-10 14:50:23 -04:00
angie
d0daf4f650 stub 2022-06-05 22:09:25 -04:00