Kaur Kuut
Kaur Kuut
# Trouble with features Currently lazy_static has a feature called `spin_no_std` which violates the additive nature of Cargo featues and causes issues. This is explicitly covered in the [Cargo reference...
`OrdMap` doesn't seem to have `iter_mut` like `HashMap`. Is there a design reason for this or is this just something that hasn't been implemented yet?
When using `log/slog` methods `WithAttrs` or `WithGroup` you get a cloned handler that has some predefined inputs. Now `charmbracelet/log` has similar functionality provided by the `With` method that provides you...
# The problem The current `Helper` function is hardcoded to only skip the immediate function that called it. This makes it really unergonomic to use in an abstraction. I have...
## Summary This new option allows for more precise testing of packages that support `no_std`. ## The goal I want to be able to properly test all packages that support...