Docs.rs
bfi-0.2.2
bfi 0.2.2
Permalink
Docs.rs crate page
LGPL-3.0
Links
Repository
crates.io
Source
Owners
misha-antonenko
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bfi
0.2.2
All Items
Crate Items
Structs
Enums
Functions
Crate
bfi
Copy item path
Source
Expand description
Brainfuck interpreter for Rust.
Structs
§
BfMachine
Brainfuck machine, consisting of tape, a
Vec<u8>
, and the pointer to a cell.
Enums
§
BfError
Error caused by Brainfuck code.
Functions
§
b
Shortcut for
s.bytes().collect()
.