Michal 'vorner' Vaner

Results 95 issues of Michal 'vorner' Vaner

Closes #134. Note that this depends on https://github.com/bodil/sized-chunks/pull/12 and needs merging and release of that first, so the git dependency can be removed. This turns out to be a bit...

Hello From the docs in 12.3: > O(1)* means 'amortised O(1),' which means that an operation usually runs in constant time but will occasionally be more expensive: for instance, Vector::push_back,...

The current API has some drawbacks around the setting of verdict: * It is possible to set the verdict multiple times on the same message. * On the other hand,...

The `run_loop` mode has two disadvantages. • It is not possible to multiplex more than one queue on the same thread. • There doesn't seem to be a clean way...

## Feature Request ### Crates * tracing * tracing-core * tracing-subscriber ### Motivation I'm experimenting with extracting metrics out of tracing. I want to add few more attributes to the...