Josh Burkart
Josh Burkart
Hi! I was trying to play around with this awesome library, and in so doing came up with some (potentially not completely backwards-compatible...) API changes that I think might be...
I was trying to experiment with your awesome-seeming library, but unfortunately wasn't able to install it... Any ideas? I'm running OSX High Sierra, and just updated the Rust compiler. Example...
Hi, I had put together a [PR in the original hamcrest-rust project with a potential API change](https://github.com/ujh/hamcrest-rust/pull/52). Curious what you think @Valloric...?
Great idea for a crate! But shouldn't lines like this: ``` out0[(a, c)] = arg0[(a, b)] * arg1[(b, c)]; ``` instead be: ``` out0[(a, c)] += arg0[(a, b)] * arg1[(b,...