acton-core

Crates.ioacton-core
lib.rsacton-core
version
sourcesrc
created_at2024-10-03 23:53:58.605918
updated_at2024-12-02 03:11:25.069864
descriptionActon 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.
homepagehttps://github.com/Govcraft/acton-reactive
repositoryhttps://github.com/Govcraft/acton-reactive
max_upload_size
id1395819
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Roland Rodriguez (rrrodzilla)

documentation

https://github.com/Govcraft/acton-reactive/blob/main/README.md

README

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.

Commit count: 615

cargo fmt