BF-rs is a Brainfuck interpreter and JIT compiler written in Rust. Its aim was to make the fastest possible BF interpreter. It automatically builds whatever part is compatible with your system, meaning it builds the JIT on x86_64 UNIX, and uses an interpreter otherwise.
All the code is under the MIT license.