rustpiet 0.1.1

A Piet interpreter implementation in Rust
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 23.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dfockler

rustpiet 🎨

A Piet interpreter implementation in Rust

More about Piet here

You can find some sample programs here

Usage

You can install via cargo by running cargo install rustpiet and then

rustpiet <filename>

or you can clone the repo and then inside the root project folder you can run the following.

cargo run <filename>

It should work with any filetype that the image library can open.

Contributing

Please file issues or pull requests through GitHub