hecatia-elegua
hecatia-elegua
This fixes grammar, punctuation, etc. and clarifies some sentences. I'm keeping this as a draft for now, but I want to help out a lot more. If you want, I...
as 1.63.0 enables const mutex: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html#const-mutex-rwlock-condvar-initialization edit: and spin already has support for this anyways :)
instead of just `/` I added all the subfolders of root which contain rust code within them, so we can remove these if we're ever done formatting them
This would make it easier to find, I only noticed this existed by reading bitvec docs. Adding that word in the docs somewhere might help as well, either saying "you...
I noticed ´fibonacci´ not being public in the github pages book, but that was fixed a few months ago: https://github.com/bheisler/criterion.rs/blob/57c4d847b730dee7ed04a8cf857d7b120f2ddabb/book/src/getting_started.md?plain=1#L9 If anyone wants to pick this up, adding a github...
 I've forgot how this is called, but when working with black or white text on transparent background, one often uses the opposite as an outline/overlay....
Someone should also specify in the README that this can only parse the most basic, well-nested XML files. Edit: this looks like the best alternative: https://docs.rs/quick-xml/latest/quick_xml/de/
Fix #832 `Mutex` should be good here, right? Can these handlers be called from multiple cores at the same time? Interleaved, or nested?
This is good for converging on one thing instead of the 3-4 we currently use and for experimenting and finding usecases for `bilge`. Really complicated ones could get their own...
The only thing working in that interaction is mouse clicks, which get interweaved with keyboard key events like it should be. This is _still the case_ if I just get...