Kaia Vintr

Results 3 issues of Kaia Vintr

I nominate `amin` (or `amax`), `nonzero`, and, `sort`.

The following two changes were required to allow spawning tasks using Tokio: - Call `rand::thread_rng()` each time the random number generator is needed, instead of storing the rng or passing...

First of all, I want to say I think this example code is extremely valuable. Many details of using the library are non-obvious after reading the documentation, and a "hello...