Andrey
Andrey
dk if I should turn this into an RFC or not, I was working with C-Style Enums for a DNS project and found converting from and to bytes with C-Style...
you could do !? like in haskell, its a good compromise between the uglyness of _? and ?? already being taken. ```rust let arr = [1,2,3]; arr[3]!?; // returns Option...
> This would be great to add to [dioxus-check](https://github.com/DioxusLabs/dioxus/tree/master/packages/check)! We could hard code some hooks with dependancies initially. Once a more complete linting system that has more complete access to...