Crates.io | improv |
lib.rs | improv |
version | 1.0.0-beta.1 |
source | src |
created_at | 2020-07-14 07:57:47.494239 |
updated_at | 2020-07-14 07:57:47.494239 |
description | Actor microframework |
homepage | https://github.com/improv-rs/improv |
repository | https://github.com/improv-rs/improv |
max_upload_size | |
id | 264946 |
size | 25,055 |
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.
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"
Improve the Rust actors story by removing the complexity.
Provide just enough code to enable message-passing as an architecture, but no more.
Improv is dual licensed under the Unlicense and Zero-Clause BSD licenses.