turingmachine-rs

Crates.ioturingmachine-rs
lib.rsturingmachine-rs
version0.2.0
sourcesrc
created_at2021-03-02 13:05:38.588028
updated_at2021-03-02 15:25:32.306929
descriptionA Turing Machine Simulation Library written in Rust
homepagehttps://github.com/coastalwhite/turingmachine-rs
repositoryhttps://github.com/coastalwhite/turingmachine-rs
max_upload_size
id362670
size20,549
Gijs Burghoorn (coastalwhite)

documentation

https://docs.rs/turingmachine-rs

README

TuringMachine RS

A Turing Machine Simulation Library written in Rust

About

This small library allows you to easily model the backend for Turing machines with Turing tapes. It provides a theoretically infinite TuringTape struct and possibilities for any wanted alphabet.

Usage

If you want to use TuringMachine RS, you can add the crate to your Cargo.toml:

[dependencies]
turingmachine-rs = "0.1.0"

For examples on how to use the crate, I suggest looking at the integration tests in the /tests folder.

License

This package has a MIT license.

Contributions

If you find any issues, please submit them.

Commit count: 9

cargo fmt