## Heliometer
[](https://travis-ci.org/birders/heliometer)
[](https://coveralls.io/github/birders/heliometer?branch=master)
[](https://crates.io/crates/heliometer)
[](https://crates.io/crates/heliometer)
[](https://crates.io/crates/heliometer)
A Brainfuck interpreter written in Rust.
Heliometer can read and execute Brainfuck programs from a file, or it can be
used as a library. See the [documentation](https://birders.github.io/heliometer/master/heliometer/)
for details.
### Binary Installation
Simply run `cargo install` to install `helio` to `.cargo/bin`.
`helio <file>` will interpret the contents of `<file>` as Brainfuck, using
stdin and stdout for input and output respectively.