rusty-objects

Results 2 issues of rusty-objects

In `bytes` `0.4.x`, there was a method `Bytes::try_mut()` which would allow turning `Bytes` into (or back into) a `BytesMut` if it was the only pointer to the memory. This was...

## Feature Request Add an ability to skip all arguments in the instrument macro. ### Motivation Currently, instrument requires explicit opt-out to avoid capturing arguments in a span. For some...