rust_runnables 0.1.0

Rust traits that mimic the Runnable and Callable<T> interfaces in Java.
Documentation
1
2
3
4
5
6
7
# Rust Runnables


Rust traits that mimic the `Runnable` and `Callable<T>` interfaces in Java.

## Usage


Please see [`src/lib.rs`](src/lib.rs) for code examples.