-
There is some discussion about PECL extensions written in Rust on the PECL mailing list (https://news-web.php.net/php.pecl.dev/17600 ff), but so far without any consensus. Since @derickr said:
> Fo…
cmb69 updated
2 months ago
-
**Project name**: Contribute to the Rust Infrastructure
**Project details**: The Rust Infrastructure manages CI, releases, bots, metrics, and more. If you are interested in helping the Rust [Infra te…
-
We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.
-
Third-party crates aren't a Rust program's only dependencies; compiled Rust binaries also link with the `std` or `core` crate, both of which are dual-licensed under MIT and Apache 2.0, and thus their …
-
Opening an issue to continue the discussion in https://github.com/open-telemetry/opentelemetry-rust/pull/2128#issuecomment-2478644843
-
The file https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz — config.example.toml contains
```toml
[build]
# Indicate whether the vendored sources are used for Rust dependencies or not.
#
# Ven…
-
rust project often have the C/C++ projects score. it is very important to have rust bindings.
Could you assign me to this issue please? I should start next month.
-
Hi. I thought you might want to know about this.
This person copied your entire repository almost entirely verbatim, except he changed references (project names, links, etc) of the original to th…
-
The issue reported here...
- https://github.com/emacs-lsp/lsp-mode/issues/4591
...is a regression triggered by a change in r-a. I've bisected it to commit ba1c9146fcca65fa9c40d1e4e73bdcb898a8de46 (…
-
### Describe the bug
If a function returns value other than string, it is silently ignored when fed to an external command via pipe. This is unexpected.
### How to reproduce
/home/ineu ▶ '123' | …