Crates.io | turingmachine-rs |
lib.rs | turingmachine-rs |
version | 0.2.0 |
source | src |
created_at | 2021-03-02 13:05:38.588028 |
updated_at | 2021-03-02 15:25:32.306929 |
description | A Turing Machine Simulation Library written in Rust |
homepage | https://github.com/coastalwhite/turingmachine-rs |
repository | https://github.com/coastalwhite/turingmachine-rs |
max_upload_size | |
id | 362670 |
size | 20,549 |
A Turing Machine Simulation Library written in Rust
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.
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.
This package has a MIT license.
If you find any issues, please submit them.