-
### Context
- What should the challenge scenario be like?
We're interfacing with a secrets mgmt system to keep our secret safe, but we don't want to make a network call every time we use the sec…
-
There doesn't seem to be a method for renaming a file or folder. This is a necessary feature for a MVP (Minimum Viable Product) file manager where on modifiable folders you can rename a file or folder…
-
Reading through https://github.com/microsoft/Windows-rust-driver-samples/blob/d9cc3091625f2d3eb0d528b3e6e9ab2c0551c372/general/echo/kmdf/exe/src/main.rs#L4, I see unsafe blocks labeled with SAFETY com…
-
I tried this code (which models library code with invariants for all valid instances of A but without all the details):
```rust
use std::ops::Deref;
use std::mem::MaybeUninit;
struct A{
b: Maybe…
-
The Giraffe dependency should be reconsidered.
I understand it simplifies the HTML templating code - but really, the cost of the additional dependency is excessive, and there isn't that much HTML t…
-
One thing that I miss fondly from other languages is a standard library of data structures. I don't mean distributed or even concurrent-safe data structures, but a simple `Set`, `Vector`, `Map`, `Queu…
-
Right now `slotmap` only offers a zero-cost abstraction for what are essentially safe `Copy`able weak pointers as an interface. This gives control (but also the burden) of lifetimes back to the user, …
orlp updated
7 months ago
-
In #3762, @MarkFischinger found that the implementation of `EuclideanDistance::Evaluate()` (which internally uses `arma::norm()`) is not as fast as using the equivalent identity `d(x, y)^2 = + - 2`.…
-
Hi
I am interested to carry this project further. I having using the module for more than a year now, I don't find a easy alternative for this library.
-
Hey!
I just read your blog-post where you're displaying an animation on AVR (https://blog.cecton.com/posts/rust-and-arduino-part3/). You mention that you want to keep the frames in flash and only …
Rahix updated
3 years ago