Jamie Hall
Jamie Hall
In the previous `crates_universe` functionality, `crate.override` could be used to remove optional features. There doesn't seem to be any similar functionality in the corresponding `crate.annotate` feature now that rules_rust has...
As announced in [rust-lang/rust#95705](https://github.com/rust-lang/rust/pull/95705), `x86_64-unknown-none` is now a Tier 2 target with distributed build artefacts. It would be great to be able to use this in `extra_target_triples` in `rust_register_toolchains`, but...
The new structure, though nice for code structure, isn't very idiomatic. Also the package seems more complex and race-prone than it should be. This work will involve a significant rewrite...
For unknown reasons, requests using SPDY/2 receive error responses from both https://www.google.com/ and https://www.facebook.com/. As far as I'm aware, the request conforms to the specification, and it matches SPDY/2 requests...
The library currently only supports sending emails from a Gmail address. Ideally, I would like to add the capability to check and read emails too. However, this'll take quite a...