bf_lib
pub fn run_timeout( program: &str, input: Option<String>, time: i32) -> Result<String, String>
Like run, but stops the interpreter after a specified timeout. It runs slower though.
run