Actix is a rust actor system framework.
Actix is licensed under the Apache-2.0 license.
actix-derive
actix
```rust extern crate actix;
use actix::ResponseType;
struct Sum(usize, usize); ```