FactbirdHQ / mqttrust

MQTT client for embedded devices, written in rust
50 stars 5 forks source link

feature/alloc-free #8

Closed MathiasKoch closed 4 years ago

MathiasKoch commented 4 years ago

This PR will make the entire MQTT stack heapless, thus working with purely stack allocated memory.

Notes This is currently linking to

one of which a PR has been opened for (https://github.com/00imvj00/mqttrs/pull/29) the other one, might never be pushed upstream, and thus the implementation details will likely have to be changed in the future.. It might also change a lot with async/await

Fixes #1