ruxn 0.1.0

An implementation of the Uxn stack-machine written in Rust.
Documentation
# ruxn

[![Crates.io](https://img.shields.io/crates/v/ruxn?style=flat-square&logo=rust)](https://crates.io/crates/ruxn)
[![Crates.io](https://img.shields.io/crates/l/ruxn?style=flat-square)](./UNLICENSE)

ruxn is an emulator for [the Uxn stack-machine](https://100r.co/site/uxn.html), 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

<!-- TODO: Write usage section later, once user-facing API is more completely-defined. -->

# 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](./UNLICENSE) file or [unlicense.org](https://unlicense.org/) for details.