tigrbl_rs_ports 0.4.1

Trait and envelope boundaries for Rust atoms, handlers, engines, and callbacks.
Documentation
1
2
3
pub trait AtomPort: Send + Sync {
    fn atom_name(&self) -> &str;
}