Struct rustfk::RustFk [] [src]

pub struct RustFk { /* fields omitted */ }

Methods

impl RustFk
[src]

[src]

Constructs a new RustFk interpreter

d_size is the amount of bytes to allocate for the tape

[src]

Run the interpreter using the given streams of input and output

Trait Implementations

Auto Trait Implementations

impl Send for RustFk

impl Sync for RustFk