| Crates.io | lemu |
| lib.rs | lemu |
| version | 0.2.20 |
| created_at | 2023-09-12 23:34:06.307269+00 |
| updated_at | 2024-02-14 01:50:36.871903+00 |
| description | M-LOG runner |
| homepage | |
| repository | https://github.com/bend-n/mindus.git |
| max_upload_size | |
| id | 971064 |
| size | 129,830 |
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();