https://github.com/coruscateor/act_rs_async_traits_test
Act.rs Async Traits Test was created to make sure that async-tait based actors and asynchronous macro generated actors work.
https://github.com/coruscateor/act_rs_async_traits_test
actor actors async macro macroses rust
Last synced: 2 months ago
JSON representation
Act.rs Async Traits Test was created to make sure that async-tait based actors and asynchronous macro generated actors work.
- Host: GitHub
- URL: https://github.com/coruscateor/act_rs_async_traits_test
- Owner: coruscateor
- License: apache-2.0
- Created: 2024-05-15T04:00:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T06:23:13.000Z (11 months ago)
- Last Synced: 2025-01-30T03:44:33.760Z (4 months ago)
- Topics: actor, actors, async, macro, macroses, rust
- Language: Rust
- Homepage: https://www.coruscateor.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Act.rs Async Traits Test
[](#license)
[](https://www.twitch.tv/coruscateor)[X](https://twitter.com/Coruscateor) |
[Twitch](https://www.twitch.tv/coruscateor) |
[Youtube](https://www.youtube.com/@coruscateor) |
[Mastodon](https://mastodon.social/@Coruscateor) |
[GitHub](https://github.com/coruscateor) |
[GitHub Sponsors](https://github.com/sponsors/coruscateor)Act.rs Async Traits Test was created to make sure that async-tait based actors and asynchronous macro generated actors work.
## Coding Style
This project uses a coding style the emphasises the use of white space over keeping the line and column counts as low as possible.
So this:
```rust
fn foo()
{bar();
}
```
Not this:
```rust
fn foo()
{
bar();
}```
## License
Licensed under either of:
- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0 (see also: https://www.tldrlegal.com/license/apache-license-2-0-apache-2-0))
- MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT (see also: https://www.tldrlegal.com/license/mit-license))at your discretion
## Contributing
Please clone the repository and create an issue explaining what feature or features you'd like to add or bug or bugs you'd like to fix and perhaps how you intend to implement these additions or fixes. Try to include details though it doesn't need to be exhaustive and we'll take it from there (dependant on availability).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.