mayday 0.1.0

A multi-messaging-sevice aggregator into an all-in-one application (android's app beeper-like)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![feature(iterator_try_collect)]

pub mod app;
pub mod models;
pub mod files;
pub mod args;
pub mod worker;
mod ui;
mod drivers;
mod states;
mod events;
mod business_logic;
mod macros;