turingmachine-rs 0.2.0

A Turing Machine Simulation Library written in Rust
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented0 out of 12 items with examples
  • Size
  • Source code size: 20.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • coastalwhite/turingmachine-rs
    6 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • coastalwhite

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.