thespis_impl

Crates.iothespis_impl
lib.rsthespis_impl
version0.3.0
sourcesrc
created_at2019-08-30 18:48:51.218504
updated_at2023-07-01 07:36:53.029842
descriptionReference implementation for the thespis actor model
homepagehttps://github.com/thespis-rs/thespis_impl
repositoryhttps://github.com/thespis-rs/thespis_impl
max_upload_size
id160977
size257,118
Naja Melan (najamelan)

documentation

https://docs.rs/thespis_impl

README

thespis_impl

standard-readme compliant Build Status Docs crates.io

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

Unlicence

Commit count: 287

cargo fmt