cortex 0.1.5

A (very) lightweight structure for subscribing to events and publishing them to all subscribers. Should be evolving.
1
2
3
4
5
6
7
// This crate is a library
#![crate_type = "lib"]
// The library is named "rary"
#![crate_name = "cortex"]

pub mod cortex;