...
1. cbindgen(git@github.com:mozilla/cbindgen.git),
2. iroha2(git@github.com:hyperledger/iroha.git) branch: `iroha2-stable`
3. iroha2-java(git@github.com:hyperledger/iroha-java.git)
Milestones
Eval 1:
- Add Add the functionality to parse function signatures with associated types out of MIR to cbindgen (either just parseopen by itself or in addition to Rust source code)
- Write tests that will cover the functionality of parsing associated types
- Open a PR to merge this code into cbindgen, progress with further tasks as we wait for this to be approved
Eval 2:
- Use iroha`iroha_ffi to generate extern functions out of existing Rust code, make corrections to the iroha_ffi library in this process
- Use cbindgen
...