brainfrick 1.1.2

An optimizing brainfuck interpreter with helpful errors.
Documentation
# 1.1.2

- Refactored & slightly faster

# 1.1.1

- Removed a confusing usage of trait objects
- General cleanup/optimization

# 1.1.0

- Added `Error::output` which returns an `Option<String>`, the output produced before the error occurred (if applicable)
- Try to avoid an allocation when creating output

# 1.0.0

- Crate release