-
https://github.com/Smithay/client-toolkit/blob/b19ab63131c918812464a3eb67e5c71465e28bb4/src/utils/mempool.rs#L250
As far as I can see, this is the only use of the `rand` crate in this entire librar…
-
There's probably a factor of 5-6x to be had here. I could potentially port in some experimental code I have in https://github.com/oconnor663/chacha20_simd. What do people think?
-
Rand version 0.6.0, https://rust-random.github.io/book/update-0.6.html, has been released so we should presumably upgrade to that version in the next breaking change to proptest since rand is a public…
-
hi
the build is failing for me on latest mac os x (10.14.5)
i wiped my `~/.cargo`, cloned a clean `mime_guess` repo, tried to build; here's the results:
```
18:16:13 cargo clean; cargo buil…
-
Edit by dhardy: adding a tracker for [the planned tasks](https://github.com/rust-lang-nursery/rand/issues/431#issuecomment-403209958):
- [x] Replace `SmallRng` algorithm (see https://github.com/dha…
-
fmf used to use Source instead of Source0
https://github.com/psss/fmf/pull/58
My question: is this a common practice? So far I've soon most of the spec files to have Source0. Should we fix this …
-
I tried to build the `html2html` [example](https://github.com/servo/html5ever/blob/master/html5ever/examples/html2html.rs) but the build fails
```
[dependencies]
html5ever = "*"
```
```
$ ca…
-
logs below
```
cargo install wrangler
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading wrangler v1.0.0 …
-
Try to build [tide](https://github.com/rustasync/tide) with nightly-2019-06-06, got an ICE.
RUST_BACKTRACE=1 cargo +nightly-2019-06-06 build --verbose
```bash
Fresh unicode-xid v0.1.…
-
At the moment the install command `cargo install nu --features rawkey,clipboard` (presumably `cargo install nu` as well) fails with this build log:
```
Updating crates.io index
Downloaded…