bluss
bluss
Quickcheck test cases take a very long time to build (minutes) compared to the rest of my tests that take seconds. For this reason, I use quickcheck as an optional...
(Feature request) An option that would be equivalent to --example X or --test Y, and show the instantiations for that target.
One relatively simple way to paper over variability of benchmarks (for example cpu warmup-related things) is to pick the best time of multiple runs. The tool could allow having multiple...
- Add from_str_const constructor for ArrayString - Add from_slice_const constructor for ArrayVec We can't make the ArrayVec constructors generic, not even where T: Copy, so they are just templated out...
Planning for arrayvec 1.0 Prerequisites: - [x] ~Stable Manually Drop (Rust 1.20!)~ - [x] #127 Use ManuallyDrop if safe, else wait for stable MaybeUninit or equivalent union code - [x]...
--skip is a new feature in the test runner, very handy.
Using uninitialized, you run into the same soundness issues already explored by crates arrayvec and smallvec. See bugs servo/rust-smallvec/issues/4 and servo/rust-smallvec/issues/5
Sorry for reporting such silly issues! Your logo http://terhix.com/doc/json-rust-logo-small.png seems to be the first cause of mixed content warning that I see on the page https://docs.rs/json/0.11.10/json/ which is served over...
Hi, I am probably moving away from rblas to blas-sys, I wanted to leave some observations anyway. I'm also happy to help with questions if you have any. An issue...