rust-sdk/examples
Mike Nguyen 597aa46f0e
chore(lint): fmt
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-11-25 08:37:07 +00:00
..
proto/helloworld refactor!: dapr no longer requires protoc or tonic_build (#206) 2024-08-19 12:44:18 +01:00
src chore(lint): fmt 2024-11-25 08:37:07 +00:00
Cargo.toml feat: conversation api initial implementation 2024-11-07 11:54:00 +00:00
README.md refactor!: dapr no longer requires protoc or tonic_build (#206) 2024-08-19 12:44:18 +01:00
validate.sh refactor!: dapr no longer requires protoc or tonic_build (#206) 2024-08-19 12:44:18 +01: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"