Luca Barbato
Luca Barbato
Would be nice to have an option to tell the histogram to automatically split the data in a number of bins.
Makes rustup setups work just out of box.
This way the racer default can be used. It would make it work out of box on `rustup` setups.
If https://github.com/russelltg/srt-rs/issues/53 wants to be more or less compatible with the reference implementation API, it might be good to support extracting the same statistics. ``` c // Performance monitor with...
The current custom implementations make much harder to debug since useful information stays omitted. If you are fine with it, I can send a PR that either removes or changes...
webpki/rustls have a know pitfall https://github.com/briansmith/webpki/issues/90 https://github.com/rustls/rustls/issues/127 Could you please add a gen.sh with the correct options to test the server? (or use https://github.com/est31/rcgen)
[hawktracer](https://github.com/AlexEne/rust_hawktracer) is a low overhead intrusive tracer.
- [x] Write higher bitdepth YUV Formatons - [x] Write 420 and 444 YUV Formatons - [ ] Write higher bitdepth RGB Formatons - [ ] Write the F64 Soniton...
[criterion](https://github.com/japaric/criterion.rs) seems to be much better than the built-in bencher for this project purpose.
[this](https://github.com/rust-lang/rfcs/pull/1450) tracks the rfc about it. Example usage ``` rust trait TraitWithConst { const CONST: ty; } enum EnumType { Variant, .... } impl TraitWithConst for EnumType::Variant { const CONST:...