mirror of https://github.com/dapr/rust-sdk.git
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com> |
||
---|---|---|
.. | ||
actors | ||
client | ||
components | ||
configuration | ||
invoke | ||
pubsub | ||
secrets-bulk | ||
README.md | ||
validate.sh |
README.md
Dapr Rust SDK - Examples
These examples demonstrates how to use Dapr rust sdk.
- client
- Simple dapr client example that saves, gets, and deletes state from the state stores
- pubsub
- Publishes and subscribes to events
Adding new examples
To add new examples, Cargo.toml
would have to be updated as follows:
[[example]]
name = "example-name"
path = "examples/example-name/example.rs"