mikedesu / rustquines

Quines, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustquines

Quines, written in Rust

building

write your primary code in template.rs we have to use cargo build in order to start pulling in other libraries so we wrap the process in generate_quine.sh the current version randomly sizes the towers generated

# run generate_quine.sh
./generate_quine.sh

To invoke the loop to watch the code get compiled then printed out (for visualization), run ./do_loop.sh.

preview

asciicast

About

Quines, written in Rust

License:The Unlicense


Languages

Language:Rust 93.1%Language:Python 5.8%Language:Shell 1.1%