Move the python module creation from rapi to a new crate
We can't use a cdylib crate as dependency in another which is kind of unfortunate so I just moved the module creation to a dummy crate that uses rapi directly.
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Cargo.lock 8 additions, 0 deletionsCargo.lock
- Cargo.toml 2 additions, 1 deletionCargo.toml
- application/rapi/rapi/Cargo.toml 0 additions, 3 deletionsapplication/rapi/rapi/Cargo.toml
- application/rapi/rapi/src/lib.rs 9 additions, 19 deletionsapplication/rapi/rapi/src/lib.rs
- application/rapi/rapi_py/Cargo.toml 11 additions, 0 deletionsapplication/rapi/rapi_py/Cargo.toml
- application/rapi/rapi_py/src/lib.rs 15 additions, 0 deletionsapplication/rapi/rapi_py/src/lib.rs
- run.sh 1 addition, 1 deletionrun.sh
- tests/test.sh 1 addition, 1 deletiontests/test.sh
Please register or sign in to comment