Crates.io | rust_runnables |
lib.rs | rust_runnables |
version | 0.2.0 |
source | src |
created_at | 2016-05-01 02:20:57.222484 |
updated_at | 2016-07-31 21:21:58.079311 |
description | Rust traits that mimic the Runnable and Callable |
homepage | https://github.com/azriel91/rust_runnables |
repository | https://github.com/azriel91/rust_runnables |
max_upload_size | |
id | 4938 |
size | 5,564 |
Rust traits that mimic the Runnable
and Callable<T>
interfaces in Java.
Please see src/lib.rs
for code examples.
Make sure you have Rust (stable) and Cargo installed
Run the following command:
cargo build && cargo test
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
Licensed under Apache License, Version 2.0