docs.rs failed to build libbf-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libbf-0.1.3
libbf
Brainfuck-like language library.
This library can define a variant of Brainfuck-like language parser and can run parsed program.
Examples
Use predefined Brainfuck interpreter
`bf' feature flag is needed to compile this example.
use ;
use io;
Define Brainfuck interpreter
use ;
use io;
Feature flags
all- all featurespredefined- predefined parsers belowbf- predefined Brainfuck parserook- predefined Ook! parser