-
# What are Rust's HTTP extensions?
My definition, and how I use them at work
[https://blog.adamchalmers.com/what-are-extensions/](https://blog.adamchalmers.com/what-are-extensions/)
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
This tracks the status of s390x vector facilities support in rustc and standard libraries.
- ABI support
- [ ] support z13 vector ABI: pending in https://github.com/rust-lang/rust/pull/131586
…
-
Everything works fine when visiting http://rust-lang.org.
-
See https://github.com/rust-lang/rust/pull/129884 and https://github.com/rust-lang/rust/issues/116344 for context explaining what a forbidden target feature is.
The plan for target features like `fpr…
-
Hello! I've just installed this, but when building it, I get the following warnings:
```
warning: unexpected 'cfg' condition value: 'a11y'
--> src/widget_copy/scrollable.rs:6:7
|
6 | #[cfg(…
-
An audit of `unsafe` in ra_ap_intern found this possible issue:
https://github.com/rust-lang/rust-analyzer/blob/dd9cd22514cb1001a0a2374b36a85eb75245f27b/crates/intern/src/symbol.rs#L81-L92
> This mu…
-
### Problem
Hello everyone! Sorry if similar issue already exists, I could not find something like this.
While discussing the MSRV in https://github.com/tqwewe/kameo/issues/76, we figured out that …
-
### Describe the bug
can build app of `x86_64-pc-windows-msvc` .
But cann't build android app.
Those code does not work when compiling Android in this project
```
$ cat ~/.cargo/config.toml…
-
**Which part is this question about**
Arrow flight, FlightDataEncoderBuilder, do_get
**Describe your question**
Is it expected that Arrow's Python (C++) Flight implementation encodes data more ef…