Skip to content
/ rstm Public

rstm works to provide concrete abstractions for dynamic computational models; aka Turing Machines.

License

Notifications You must be signed in to change notification settings

FL03/rstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstm

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

This library focuses on building concrete implementations for Turing Machines.

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/rstm.git
cd rstm
cargo build --features full -r --workspace

Usage

Example

    extern crate rstm;

    fn main() -> Result<(), Box<dyn std::error::Error>> {

        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License