Crates.io | acril |
lib.rs | acril |
version | 0.1.0 |
source | src |
created_at | 2024-01-06 16:31:59.971203 |
updated_at | 2024-01-06 16:31:59.971203 |
description | A kitchen-sink actor framework. |
homepage | |
repository | https://github.com/PassivityTrading/acril |
max_upload_size | |
id | 1091049 |
size | 60,515 |
Acril was created to be a building block for fast, composable, compatible, and correct microservices and actors.
It's minimal by default, but includes most of the basic utilities for building a robust web application, a type-safe SDK for a REST API, and any other purpose for which you find those utilities useful.
The actor pattern is a very powerful coding style, involving independent "actors", which can receive messages and respond to them. Using the pattern lets you define concrete boundaries, where responsibilities of one system end, and the responsibilities of another begin.
You have full control over how your actor runs, how it runs, and when it ends.
This library includes: