New week, new Rust! What are you folks up to?
1 Like
There has been a recent flurry of PRs and issues for uom
(type-safe zero-cost dimensional analysis) of which I've been reviewing and responding to. Coming soon will be support for complex numbers, the ability to cast between quantities with different underlying storage types (f32
-> u32
, ...), and support for ln
, exp
, and related functions for ratio quantities.
2 Likes
This week, profiling, optimizing, and extending my www.simplesim.tools . Specifically, the rendering crate.
Last week, refactoring the whole derive
crate in my SIMPLE Model
.
a bit of fun and frustration haha
Investigating how apps using parking_lot mutexes can detect peer threads panicing inside a mutex