This is a first stab at updating minimq to remove const generics and take the smoltcp path of user-supplied buffers. This should drastically cut down on stack and RAM usage for end users.
@jordens I'm still working on removing the const generics from the session state, but I think that's going to be a larger follow-up PR, so let's land this one as-is.
This is a first stab at updating minimq to remove const generics and take the smoltcp path of user-supplied buffers. This should drastically cut down on stack and RAM usage for end users.
Fixes #112