Rust traits that mimic the Runnable
and Callable<T>
interfaces in Java.
Please see src/lib.rs
for code examples.
Run the following command:
bash
cargo build && cargo test
Tag the commit
bash
git tag 0.0.1 # see Cargo.toml
Publish the package
Make sure you have publishing permissions, and have logged in to Cargo, then run:
cargo publish
Update Cargo.toml
to the next version
Licensed under Apache License, Version 2.0