Docs.rs
whitespacers-1.3.0
whitespacers 1.3.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Documentation
Repository
crates.io
Source
Owners
CensoredUsername
Dependencies
bitflags ^2.6.0
normal
crossbeam ^0.8.4
normal
dynasmrt ^3.0.1
normal
fnv ^1.0.7
normal
itertools ^0.13.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
Versions
97.78%
of the crate is documented
Platform
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
whitespacers
1.3.0
All Items
Crate Items
Structs
Enums
Functions
Crate
whitespacers
Copy item path
Source
Structs
§
Interpreter
A whitespace interpreter. This struct provides various strategies for interpreting a whitespace program.
Options
These are bitflag options to alter the behaviour of the interpreter.
Program
This struct contains the internal representation of a whitespace program.
WsError
The common error type returned from all whitespacers execution functions.
Enums
§
WsError
Kind
Simple information on what kind of error occurred.
Functions
§
debug_
compile
Returns a buffer containing the output of the compilation process of the specified program. This is mainly useful for debugging and optimizing the performance of the JIT compiler.