#distributed-systems #reactive-programming #actor-framework #message #applications #actor-model #acton

acton-core

Acton Core provides the core functionality and abstractions used by the Acton Reactive crate. It includes the essential building blocks for creating reactive and distributed systems.

1 release (0 unstable)

3.0.0-alpha.1 Oct 3, 2024

#714 in Asynchronous

Download history 153/week @ 2024-09-30 12/week @ 2024-10-07

165 downloads per month
Used in acton-reactive

Apache-2.0 OR MIT

97KB
1.5K SLoC

Acton Core

acton-core provides the foundational functionality and abstractions that power the Acton Reactive Application Framework. This crate includes essential building blocks for creating reactive, event-driven, and distributed systems in Rust.

Key Features

  • Core Abstractions: acton-core includes the key components that support message passing, agent lifecycle management, and system orchestration within the Acton framework.
  • Concurrency: Leveraging Rust’s async capabilities and Tokio, acton-core provides a highly concurrent and efficient runtime for agent-based applications.
  • Foundation for Acton: This crate underpins much of the functionality in Acton Reactive and is not intended to be used directly by developers.

Usage

You do not need to interact with acton-core directly. Instead, use the Acton Reactive Application Framework, which re-exports the necessary components from acton-core to build reactive, scalable applications.

If you're looking to build reactive applications, please refer to the Acton Reactive repository for more information.

Learn More

For more details on how the Acton framework works and examples of how to build reactive applications, refer to the Acton Reactive Application Framework documentation.

License

This project is licensed under both the MIT and Apache-2.0 licenses. See the LICENSE-MIT and LICENSE-APACHE files for details.

Dependencies

~6–12MB
~129K SLoC