1 release (0 unstable)

1.0.0-beta.1 Jul 14, 2020

#1685 in Asynchronous

Unlicense/0BSD

19KB
545 lines

improv

Rust actor microframework.

Improv is an extremely light library (<1k LOC) that sits on top of Tokio and improves the general Actix-style API by trimming it down to first principles. Cheers, Nikolay.

Usage

The current version of Improv is 1.0.0-beta.1.

To use it, just add it to your Cargo.toml:

[dependencies]
improv = "1.0.0-beta.1"

Goals

  • Improve the Rust actors story by removing the complexity.

  • Provide just enough code to enable message-passing as an architecture, but no more.

License

Improv is dual licensed under the Unlicense and Zero-Clause BSD licenses.


lib.rs:

Micro actors in Rust.

Dependencies

~4MB
~66K SLoC