-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
What are the reasons someone would prefer one or [the other](https://github.com/contain-rs/linked-hash-map)?
They both provide the same basic guarantees: iteration order matches insertion order and…
-
###### Version
```
4.7.10
```
###### Description
When installing `python-portend`, the dependency `python2-tempora` is not fetched, even though it's mentioned in `depends`.
PKGBUILD: https…
-
It would be convenient if `LruCache` can be indexed, like:
``` rust
let mut cache: LruCache = LruCache::with_capacity(1);
cache["foo".to_string()] = "bar".to_string();
```
-
Most of my regexs not known at rust's compile time, but I would like to avoid the cost of constantly calling `Regex::new` on the same regexs. Ideally, I'd like to use an LRU cache, either globally/lib…
-
`cargo search` is hard-coded to truncate the result at the first 10 crates, without providing any ways to access to the rest of the matches.
And even worse, it doesn't say the search result was trunc…
-
We got a report which indicates it boosted performance of reads over GCE persistent
drive (non local) by huge factor
-
Sentinel build fails because it mandates an an out of date accumulator which no longer builds. sentinel/Cargo.lock contains:
[[package]]
name = "accumulator"
version = "0.0.4"
source = "registry+http…
-
Error observed so far with `selectors = "0.4.0"` and `glutin = "0.4.6"` dependencies.
Output of `cargo build --verbose`:
```
Updating registry `https://github.com/rust-lang/crates.io-index`
unab…
-
hi.
root@AR:~/shadowsocks-rust# ls
Cargo.toml examples LICENSE README.md src
root@AR:~/shadowsocks-rust# cargo build
Updating git repository `https://github.com/zonyitoo/libsodium-sys.git`
…