rustmon/README.md

518 B

PokeRust

A simple colorscript written in Rust.

Inspired by phoneybadger's pokemon-coloscripts

For educational purposes

Performance

This is written in Rust, while the original is written in Python.
This implementation is up to 8 times faster than the original.

This is the Python implementation: python implementation

This is the Rust implementation: rust implementation