2 unstable releases
Uses old Rust 2015
0.2.0 | Jul 31, 2016 |
---|---|
0.1.0 | May 1, 2016 |
#5 in #callable
Used in vampire_api
6KB
Rust Runnables
Rust traits that mimic the Runnable
and Callable<T>
interfaces in Java.
Usage
Please see src/lib.rs
for code examples.
Building
-
Make sure you have Rust (stable) and Cargo installed
-
Run the following command:
cargo build && cargo test
Releasing
-
Make sure the last build is successful
-
Tag the commit
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
License
Licensed under Apache License, Version 2.0