Closed yonas closed 8 months ago
Rewrite this in Rust.
Rust is memory-safe and high performance.
For better security: Rust helps avoid common pitfalls that this C implementation will likely run into.
No response
FWIW, https://github.com/gneiss-mqtt/gneiss-mqtt is a port of the aws-c-mqtt mqtt5 client to rust, together with AWS connectors, qos 2 support, and eventually mqtt311 support.
Describe the feature
Rewrite this in Rust.
Rust is memory-safe and high performance.
Use Case
For better security: Rust helps avoid common pitfalls that this C implementation will likely run into.
Proposed Solution
No response
Other Information
No response
Acknowledgements