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

#47 in #executor

Download history 60/week @ 2024-02-13 16/week @ 2024-02-20 18/week @ 2024-02-27 1/week @ 2024-03-05 7/week @ 2024-03-12 28/week @ 2024-03-26 134/week @ 2024-04-02

170 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
~30K SLoC