docs.rs failed to build lemu-0.2.21
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lemu-0.2.20

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();