Docs.rs
lobe-0.1.3
lobe 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Aspenini
Dependencies
anyhow ^1.0
normal
clap ^4
normal
Versions
83.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate lobe
lobe
0.1.3
All Items
Crate Items
Structs
Functions
Crate
lobe
Copy item path
Source
Expand description
Lobe - A fast Brainfuck interpreter
Structs
§
Bytecode
Compiled bytecode representation
Runtime
Runtime state for executing Brainfuck programs
Functions
§
create_
runtime
Create a new Runtime from Brainfuck source code
run
Convenience function: parse and run a Brainfuck program