| Crates.io | lemu |
| lib.rs | lemu |
| version | 0.2.21 |
| created_at | 2023-09-12 23:34:06.307269+00 |
| updated_at | 2025-11-14 15:31:08.198545+00 |
| description | M-LOG runner |
| homepage | |
| repository | https://github.com/bend-n/mindus.git |
| max_upload_size | |
| id | 971064 |
| size | 138,506 |
mindustry Logic EMUlator.
use lemu::Executor;
let mut lex = Executor::with_output(std::io::stdout()).program(r#"print "hello world""#).expect("program ok");
lex.run();