-
When a UTD is reported, the hook manager will spawn a task to be executed after `max_delay`:
https://github.com/matrix-org/matrix-rust-sdk/blob/9b6de4e4367a465b7605eb931d0e4375df8f5ddd/crates/matri…
-
Currently, all of Rust's releases and all crates are stored on AWS. While we have multiple measures in place to prevent accidental deletion of releases or crates, e.g. bucket replication to a differen…
jdno updated
2 months ago
-
I looked into two approaches for writing bindings for slatedb
1. [opendal](https://github.com/apache/opendal/tree/main/bindings)
2. using wasm binaries to write bindings
as far as the wasm appr…
-
Rust SDK中`PushEvent.sequence`设置为了 `pub(crate)` ,导致使用时无法获取sequence,是否考虑调整为`pub`?
```rust
/// Push event
#[derive(Debug)]
pub struct PushEvent {
#[allow(dead_code)]
pub(crate) sequence: …
-
The @open-telemetry/rust-maintainers GitHub team has been the owner of OpenTelemetry-related Rust crates on crates.io (https://crates.io/teams/github:open-telemetry:rust-maintainers), allowing package…
-
Building `serde = "1.0"` currently fails on windows-gnu targets with a linker error with the rest of the settings being all defaults. Noticed this trying to install `cargo-update` which has it rather …
-
I'm looking for a way to get more user-friendly error messages to help diagnose issues in my C/C++ code or the bridging code between Rust and C. How can I achieve this?
Here's a simple example of wha…
-
`"When rust-analyzer.check.workspace" : false` is set I expect that cargo check should only be run on the rust crate which I have open in vs code. However, rust-analyzer runs cargo check across all …
-
In the original composefs crate I tried to keep it to literally just Rust bindings to the core functionality; there was no concept of a global repository, garbage collection etc.
Say that a project l…
-
**rust-analyzer version**: rust-analyzer version: 0.3.2188-standalone [/home/bjorn/.vscode/extensions/rust-lang.rust-analyzer-0.3.2188-linux-x64/server/rust-analyzer]
**rustc version**: rustc 1.82.0 …