rust-sdk/examples
Mike Nguyen ab219049a4
refactor(conversations): rename message to content (#261)
Signed-off-by: Mike Nguyen <hey@mike.ee>
2025-02-24 17:40:04 +00:00
..
proto/helloworld refactor!: dapr no longer requires protoc or tonic_build (#206) 2024-08-19 12:44:18 +01:00
src refactor(conversations): rename message to content (#261) 2025-02-24 17:40:04 +00:00
Cargo.toml Cleanup (#254) 2025-01-15 10:52:01 +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"