-
-
# Background
Currently, the `protocols::v2::subprotocols::common-messages` has already been documented, but it's worth a look to see where to improve it.
> Note: While this issue addresses the ne…
-
After checking out the code, and attempting a build, there are various errors in `bindings`, shown below.
There shouldn't be anything odd with my Rust installation - it's brand new (as of today). …
-
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
-
### Problem
I observed a strange phenomenon in Emacs and can reproduce it in C. Given the following rust source file:
```rust
fn foo() -> i32 {
4
}
fn main() {
println!("{:?}", foo(…
-
I'm using DataFusion and hdfs-native-object-store. When DataFusion's target partitions is set to above 1, the sql like "select * from xxx limit 100" would cause tokio threads exit abnormally:
```
th…
-
Hi, thanks for your work. I am trying to use Corrosion to build a binary crate using a C/C++ CMake built library (the Azure IoTHub C SDK). What I don't understand (or perhaps I missed in the docs) is …
-
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 …
-
Unstable features (including language, library, tools...) we currently use.
See as well:
- Rust 2024h2 flagship project goal: https://github.com/rust-lang/rust-project-goals/issues/116 ([blog po…
ojeda updated
9 hours ago
-
Config library `config = "0.14.0"` depend on rust-yaml unmaintained library:
```
error[unmaintained]: yaml-rust is unmaintained.
│
322 │ yaml-rust 0.4.5 registry+https://github.com/rust-lang…
rdcm updated
3 months ago