rust-sdk/examples
Zachary K Edgell 075526bbb1
Merge branch 'main' into feature/pubsub-macro
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
2024-03-20 03:46:52 -04:00
..
actors Merge pull request #119 from mikeee/validation-workflow 2024-03-19 18:16:00 +00:00
client add client example validation 2024-02-20 17:20:08 +00:00
components Feature/configuration (#110) 2024-01-03 09:55:32 -08:00
configuration Merge pull request #119 from mikeee/validation-workflow 2024-03-19 18:16:00 +00:00
invoke Invoke examples (#85) 2024-03-17 16:47:42 -04:00
pubsub Merge branch 'main' into feature/pubsub-macro 2024-03-20 03:46:52 -04:00
secrets-bulk feat: implement bulksecret retrieval and example 2024-03-19 18:25:22 +00:00
README.md Added pub sub example (#20) 2020-07-13 18:22:42 -07:00
validate.sh pubsub example validation 2024-02-19 21:26:00 +00:00

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"