Crates.io | thespis_impl |
lib.rs | thespis_impl |
version | 0.3.0 |
source | src |
created_at | 2019-08-30 18:48:51.218504 |
updated_at | 2023-07-01 07:36:53.029842 |
description | Reference implementation for the thespis actor model |
homepage | https://github.com/thespis-rs/thespis_impl |
repository | https://github.com/thespis-rs/thespis_impl |
max_upload_size | |
id | 160977 |
size | 257,118 |
The reference implementation of the thespis actor model
This crate implements the traits from the thespis
crate. It provides what you need to use actors.
Please check out the guide level documentation.
With cargo add:
cargo add thespis_impl
With cargo yaml:
dependencies:
thespis_impl: ^0.3
In Cargo.toml:
[dependencies]
thespis_impl = "0.3"
Please check out the changelog when upgrading.
This crate has few dependencies. Cargo will automatically handle it's dependencies for you.
It is recommended to always use cargo-crev to verify the trustworthiness of each of your dependencies, including this one.
This crate has #![forbid(unsafe_code)]
, but our dependencies do use unsafe.
Please check out the guide level documentation and the examples in the repository.
API documentation can be found on docs.rs.
Please check out the contribution guidelines.
cargo test --all-features
.
Any of the behaviors described in point 4 "Unacceptable Behavior" of the Citizens Code of Conduct are not welcome here and might get you banned. If anyone, including maintainers and moderators of the project, fail to respect these/your limits, you are entitled to call them out.