25 releases

0.2.20 Feb 14, 2024
0.2.19 Dec 13, 2023
0.2.18 Nov 11, 2023
0.2.13 Oct 13, 2023
0.1.5 Sep 13, 2023

#53 in #executor

Download history 54/week @ 2024-02-11 19/week @ 2024-02-18 20/week @ 2024-02-25 1/week @ 2024-03-03 7/week @ 2024-03-10 1/week @ 2024-03-17 162/week @ 2024-03-31

143 downloads per month

MIT license

120KB
3.5K SLoC

lemu

mindustry Logic EMUlator.

Usage

use lemu::Executor;
let mut lex = Executor::with_output(std::io::stdout()).program(r#"print "hello world""#).expect("program ok");
lex.run();

lib.rs:

crate for MLOG emulation.

Dependencies

~2.2–3MB
~33K SLoC