8 releases
0.3.0 | Jul 1, 2023 |
---|---|
0.2.1 | May 26, 2022 |
0.1.0 | Jun 20, 2021 |
0.1.0-alpha.3 | May 28, 2021 |
0.0.0 | Aug 30, 2019 |
#2022 in Asynchronous
51 downloads per month
64KB
1K
SLoC
thespis_impl
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.
Table of Contents
Install
With cargo add:
cargo add thespis_impl
With cargo yaml:
dependencies:
thespis_impl: ^0.3
In Cargo.toml:
[dependencies]
thespis_impl = "0.3"
Upgrade
Please check out the changelog when upgrading.
Dependencies
This crate has few dependencies. Cargo will automatically handle it's dependencies for you.
Security
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.
Usage
Please check out the guide level documentation and the examples in the repository.
API
API documentation can be found on docs.rs.
Contributing
Please check out the contribution guidelines.
Testing
cargo test --all-features
.
Code of conduct
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.
License
Dependencies
~3.5MB
~65K SLoC