ivmarkov
ivmarkov
> > I can't imagine what your arguments against "placement new" in general might be, but I can say I'm sorely missing this construct in Rust, where - due to...
Yes, of course it is not `Box`-related. It is more about moves that happen **within the stack**, across nested function calls. Also moves that happen when you use stuff like...
@kedars I think we should close this.
@nevi-me @thekuwayama TL;DR: The issue applies to the `no_std` and `sequential` branches as well. Long story: I've not changed how the QR printing code works conceptually. I've only removed allocations...
@thekuwayama Would you mind contributing a PR for this?
I can't (no perms). But I guess if you open a PR that would be good enough in terms of an assignment.
This is finally addressed, see #210
@kedars This means a decision needs to be taken as to what would be the name under which the `matter` crate in the `matter-rs` workspace will be published/known in `crates.io`....
This question has popped up before, but I can't find a link to it, and yes - we should be clearer in the examples and in a future guide as...
Forgot to add: for the "system" clusters which are required by the Matter spec so that e.g. your provisioning works, we obviously provide **both** metadata and concrete `Handler` implementation. However...