improv

Crates.ioimprov
lib.rsimprov
version1.0.0-beta.1
sourcesrc
created_at2020-07-14 07:57:47.494239
updated_at2020-07-14 07:57:47.494239
descriptionActor microframework
homepagehttps://github.com/improv-rs/improv
repositoryhttps://github.com/improv-rs/improv
max_upload_size
id264946
size25,055
Richard Berry (rjsberry)

documentation

https://docs.rs/improv

README

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.

Commit count: 0

cargo fmt