An open API service indexing awesome lists of open source software.

https://github.com/stackdoubleflow/mchprs_jni

Redpiler <-> Java proof of concept
https://github.com/stackdoubleflow/mchprs_jni

Last synced: 22 days ago
JSON representation

Redpiler <-> Java proof of concept

Awesome Lists containing this project

README

          

# mchprs_jni

A proof of concept interacting with mchprs from java.

```sh
cargo build
export LD_LIBRARY_PATH="$PWD/target/debug/"
javac Redpiler.java
java Redpiler
```