rusty-turing-machine

Crates.iorusty-turing-machine
lib.rsrusty-turing-machine
version0.1.1
sourcesrc
created_at2022-03-09 17:32:11.897056
updated_at2024-06-06 07:40:37.960769
descriptionA simple Turing machine command line program. It is reasonably fast.
homepagehttps://github.com/functional-tim/rusty_turing_machine
repositoryhttps://github.com/functional-tim/rusty_turing_machine
max_upload_size
id547063
size39,677
Tim Gravert (functional-tim)

documentation

README

rusty-turing-machine

Crates.io License dependency status


How to install

Using cargo

You need to install cargo on your system through your package manager or any other means.

Then you simply install it through cargo.

$ > cargo install rusty-turing-machine

Using nix

You need to install nix on your system through your package manager or any other means.

After unpacking or downloading from git you have to switch into the folder of rusty-turing-machine.

Then you simply run the following commands.

$ > nix-build
$ > nix-env -i ./result

Using source

You need to install cargo on your system through your package manager or any other means.

Then you download the repository through git or manual.

After unpacking or downloading from git you have to switch into the folder of rusty-turing-machine.

Then run cargo install --path ..

$ > cd rusty-turing-machine
$ > cargo install --path

License

rusty-turing-machine is dual licensed under MIT License and Apache 2 License.

Commit count: 14

cargo fmt