Corvus
Corvus
According to some quick reverbsc tests, it looks like you can gain up to 5% performance going from 16 to 1, so it's not negligible. In my own testing, no...
For some types this is easy and straightforward. For others, there are many inner library types contained within. Is a simple `#[derive(Debug)]` appropriate for all of these, or should some...
I have not! You certainly won't be stepping on my toes.
At the very least, providing an AST would make it a lot easier to translate ariadne reports to HTML (if HTML isn't made a first-class backend target), which is a...
Is the scope of this change large? It seems like a pretty fundamental requirement.
 [Petal125BSM Pure Data support](https://trello.com/c/fTShF0AT/464-petal125bsm-pure-data-support)
I agree that the current implementation can result in _very_ confusing behavior. I also ran into this issue specifically with Avian's collision layers. In my opinion, this should probably be...
The main issue you're probably facing is that your original code was using the same address space in QSPI for the program itself and anything you later wrote to it....
I think the first solution you outlined provides substantial utility to the whole Rust ecosystem. For most code bases I work in, fields and inherent methods probably represent the majority...
While this approach would solve the hygiene problem for any code _outside_ the view macro, anything _inside_ would be exposed. To resolve this issue, you'd need to use fully qualified...