bottle 0.1.0

Actor model framework for Rust.
1
2
3
pub trait Expose<T> {
    fn get(&self) -> T;
}