rustone
Minimal hearthstone implementation in Rust. Designed to be fast, thread safe, and easy to expand upon.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2020-03-23 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:08 |
Installation
nimble install rustone
choosenim install rustone
git clone https://gitlab.com/onnoowl/rustone
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| rustone | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/onnoowl/rustone |
|---|---|
| Homepage | https://gitlab.com/onnoowl/rustone |
| Registry Source | gitlab |
README
Rustone
Minimal hearthstone implementation in Rust. Designed to be fast, thread safe, and easy to expand upon. Requires nightly rust.
Getting Started
Installing Rust
If you don't have rustup, install it from https://rustup.rs/.
If you don't have rust nightly, you can install it and make it default with the following:
rustup install nightly
rustup default nightly
Cloning
git clone git@gitlab.com:onnoowl/rustone.git
cd rustone
Building
cargo build
Running
cargo run -p rustone_cmd