bugle 0.0.1

simple signal system
Documentation
pub trait Emitter<D> {
    fn emit(&mut self, data: &D);
}