Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aggstam/random-x

Barebones Rust template setup for RandomX bindings.
https://github.com/aggstam/random-x

bindings monero randomx rust

Last synced: about 1 month ago
JSON representation

Barebones Rust template setup for RandomX bindings.

Awesome Lists containing this project

README

        

# random-x
Berabones Rust template setup for [RandomX](https://github.com/tevador/RandomX) bindings.


Before execution, pull the submodules by executing:
```
make bootstrap
```
Example (unsafe) usage is implemented as a unit test and can be executed using:
```
make test
```

## Template generation
You can generate your own project based on this template using
[`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation):
```sh
cargo generate --git https://github.com/aggstam/random-x --name {project-name}
```