dapr / rust-sdk

Dapr SDK for Rust - Alpha
Apache License 2.0
214 stars 63 forks source link

Add support for ISO 8601 intervals #49

Open jigargandhi opened 3 years ago

jigargandhi commented 3 years ago

Describe the proposal

Runtime has added support for ISO 8601 intervals for reminders as per https://github.com/dapr/dapr/issues/2513. Make changes to SDK to support accordingly

jigargandhi commented 3 years ago

This should be taken up when Actor support is added.