https://github.com/zicklag/xmirg-embedded-exe-test-2
https://github.com/zicklag/xmirg-embedded-exe-test-2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zicklag/xmirg-embedded-exe-test-2
- Owner: zicklag
- Created: 2021-06-15T16:26:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T16:27:09.000Z (about 5 years ago)
- Last Synced: 2024-12-29T16:38:17.639Z (over 1 year ago)
- Language: Rust
- Size: 5.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xmrig Embedded Executable Example
This is a simple example of using Rust to include a compiled executable into your program, then when
the program is run, to write that executable to a temporary directory and run the program.
See the [example](./examples/run.rs) for how to use it.
You should be able to run xmrig on Windows and Linux by cloning this repo and running:
```bash
cargo run --example run
```