absinthe 0.3.0

Are you an Actor & Async junkie? Then your app needs some Absinthe!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use async_trait::async_trait;



pub use crate::actor::{
    Actor,
    ActorHandle,
};

pub use crate::msg::Courier;

pub use absinthe_macros::*;