some-mut
A utility library that mainly lets you access a Some and then take() it infallibly.
Useful, for example, in a Future implementation, when you might re-enter into
a function multiple times and so can't take() until a sub-future is Ready:
// for a theoretical `StreamExt::forward()`/`SinkExt::send_all()` implementation:
License
This project is licensed under the MIT license. Please see the LICENSE file for more details.