bluss
bluss
Imagine [a crate](https://crates.io/crates/itertools) with some history. We want to answer the question, is _someone still using_ `0.4.x` and _should it get bugfixes_? It would be very useful if the download...
I've subjected jetscii 0.3.1 to a benchmark suite of just a few pathological examples for substring search. **_jetscii benches very well**_, _there's just evidence of pathlogical cases_ Result (may be...
I think we should use cpuid to check for presence of sse4_2
Cargo crusader should not start working on unknown command line arguments. It would be cool if both these were supported: `cargo-crusader --help` and `cargo help crusader` (Yep! Cargo picks up...
I'd like uppercase traits and types (in this case in Rust) to be excepted.
Just for reference, I believe literator runs into the same issue that ArrayVec has seen during its development: Panic in element's drop leads to double dropping, issue https://github.com/bluss/arrayvec/issues/3 The summary...
(Type parameter defaults is a stable feature since Rust 1.0) Input code was something like this: ``` rust macro_rules! DebugBounds { ( ($($bounds:tt)*) $($tail:tt)+ ) => { parse_item! { then...
Compiling openblas takes a long time, and what's worse, with changing cargo, rustc versions and various crates there's a chance you have to repeat it a lot. You could offer...
Hi, very cool project. This matches what I wanted to do for ndarray and I'm happy that you've done it. (Use Lapack). Do tell me if there are any issues...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...