duchess-0.1.7 has been yanked.
Visit the last successful build:
duchess-0.1.0
Duchess: silky smooth Java integration
Duchess is a Rust crate that makes it easy, ergonomic, and efficient to interoperate with Java code.
TL;DR
Duchess permits you to reflect Java classes into Rust and easily invoke methods on Java objects. For example the following Java code...
Logger logger = new log.Logger;
logger.addEvent;
...could be executed in Rust as follows:
let logger = new.global.execute?;
logger
.add_event
.execute?;
Curious to learn more?
Check out the...
Curious to get involved?
Look for issues tagged with good first issue and join the Zulip.