-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ironically, with the sparse state of COAP in Rust, it might be easier to implement an async version of COAP handlers.
However, I can imagine for consumers of the API, such as Element, matrix-rust-sdk, or other mobile clients, it might be easier to embed a synchronous API when interfacing with via FFI.
So the question becomes; how to implement that? How to expose interfaces? Should a whole sub-crate be dedicated to this, or should async APIs offer a sync version? How would this interact with mixed async/sync calls?
Metadata
Metadata
Assignees
Labels
No labels