ruxn

Crates.ioruxn
lib.rsruxn
version0.1.0
sourcesrc
created_at2023-07-25 22:18:59.496883
updated_at2023-07-25 22:18:59.496883
descriptionAn implementation of the Uxn stack-machine written in Rust.
homepage
repositoryhttps://git.sr.ht/~mra/ruxn
max_upload_size
id926053
size37,940
Morgan Arnold (CrashAndSideburns)

documentation

README

ruxn

Crates.io Crates.io

ruxn is an emulator for the Uxn stack-machine, designed to make the creation and emulation of Uxn-based computers simple and fun.

Installation

Either run

cargo add ruxn

or modify your Cargo.toml

ruxn = "0.1.0"

Usage

Contributing

Contributrions are welcome! Please open an issue or submit a pull request.

License

This is free and unencumbered software released into the public domain. See the UNLICENSE file or unlicense.org for details.

Commit count: 0

cargo fmt