rusty_brainfck 0.1.3

A Small, Slightly Broken BrainFuck Interpreter, Available in both no-std contexts & std contexts.
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 4 items with examples
  • Size
  • Source code size: 9.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NPEX42

Rust BrainFuck

Changelog

---- V0.1.3a ---- [rbf = "0.1.3"]

  • == Additions ==
  • None
  • == Removals ==
  • None
  • == Breaking ==
  • None

---- V0.1.2a ---- [rbf = "0.1.2"]

  • == Additions ==
  • Added get_ref() to BFI impl
  • == Removals ==
  • None
  • == Breaking ==
  • None

---- V0.1.1a ---- [rbf = "0.1.1"]

  • == Additions ==
  • Added BrainFuckInterpreter Struct
  • == Removals ==
  • None (First Version)
  • == Breaking ==
  • None (First Verion)