-
There have been repeated issues with Rust support for the wasm32-emscripten target, particularly involving exception handling (e.g., #97888 #85821), but also involving dynamic linking (e.g., #80775, #…
-
Hi! I just saw this crate pop up as the second one under the new https://crates.io/categories/os::android-apis category, and wondered what its relation to Android is. Does it provide OS-specific APIs …
-
Title sums it up. The Unicode properties of `Joining_Type` and `Joining_Group` are not exposed (or not implemented?) by this library, which gives dealing with Arabic script text a bit more friction th…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I tried this code:
```rust
#![feature(extern_types)]
use std::ptr::addr_of;
extern "C" {
type Opaque;
}
unsafe impl Sync for Opaque {}
#[repr(C)]
pub struct List {
…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
As other DataFrame libraries start moving to leveraging GPU resources, it would be useful t…
-
Please have a look at [this workspace](https://github.com/rust-lang/cargo/files/5534755/workspace.tar.gz) containing a binary `mybin`, a library `mylib`, and a local registry. `mybin` depends on `myli…
-
AF_UNIX has been available on Windows since 2017 (https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/).
Can we use Unix sockets instead of named pipes on Windows?
-
### What it does
This lint would check for potential name clashes in a crate with the Rust Prelude.
Name clashes with the Rust Standard Library are not too big of a problem - in those cases, you…
-
### Is your feature request related to a problem? Please describe
Right now to keep the CI stable we pin dependencies to exact versions in requirements files in `requirements.txt`. One of the issue…