d0a2ca4867
In the implementation of `force_mut`, I chose performance over safety. For `LazyLock` this isn't really a choice; the code has to be unsafe. But for `LazyCell`, we can have a full-safe implementation, but it will be a bit less performant, so I went with the unsafe approach. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |