| Crates.io | acton-reactive |
| lib.rs | acton-reactive |
| version | 7.1.0 |
| created_at | 2024-10-03 23:56:27.567518+00 |
| updated_at | 2025-12-15 16:32:12.601005+00 |
| description | Acton Reactive is the main crate of the Acton framework, designed for building reactive, event-driven, and asynchronous systems. It provides intuitive abstractions to make working with distributed actors seamless and efficient. |
| homepage | https://github.com/Govcraft/acton-reactive |
| repository | https://github.com/Govcraft/acton-reactive |
| max_upload_size | |
| id | 1395821 |
| size | 2,112,640 |
acton-reactive is the main crate of the Acton Reactive Application Framework, designed for building reactive, event-driven, and asynchronous systems in Rust.
use acton_reactive::prelude::*;
#[acton_message]
struct Greeting {
name: String,
}
#[acton_actor]
#[derive(Default)]
struct Greeter {
greetings: usize,
}
For more details on how the Acton framework works and examples of how to build reactive applications, refer to the Acton Reactive documentation.
This project is licensed under both the MIT and Apache-2.0 licenses. See the LICENSE-MIT and LICENSE-APACHE files for details.