Docs.rs
race-api-0.2.6
race-api 0.2.6
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DogLooksGood
Dependencies
async-trait ^0.1.58
normal
borsh ^0.9.3
normal
serde ^1.0.144
normal
optional
serde_json ^1.0.85
normal
optional
thiserror ^1.0.35
normal
anyhow ^1.0.64
dev
Versions
14.25%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module effect
race_
api
0.2.6
Module effect
Module Items
Structs
In crate race_
api
race_api
Module
effect
Copy item path
Source
Expand description
Effect for game handler
Structs
ยง
Action
Timeout
Ask
Assign
Effect
An effect used in game handler provides reading and mutating to the game context. An effect can be created from game context, manipulated by game handler and applied after event processing.
Release
Reveal