-
Hi, I've been trying to get rust-mqtt to work with embedded-tls. I'm not sure if it is supported at all (only sign I found is the 'tls' feature)
Originally for an ESP32C3, but switched to std/tokio…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
**Version**
Tokio version:
```
├── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
Rust version:
```
rustc 1.79.0 (129f3b996 2024-06-10)
```
Reqwest version:
```
reqwest v0.11…
-
**Describe the enhancement**
Since rust-bitcoincore-rpc may not be updated as often as we need it was suggested on rust-bitcoin/rust-bitcoincore-rpc#365 that we may want to create our own BDK ver…
-
The Arrow specification was recently amended to support 32-bit and 64-bit decimal values. It would be good for the Rust implementation to support these.
I have made preliminary changes at [https://…
-
## Talk Title *
Porting an SDK from JS to Rust - My Experience
## Summary
My experience in porting a JavaScript openid-client sdk to Rust. Plus a bonus story of how we used Rust in production.
…
-
The generated code for named enums includes an `AsRef` implementation that defers to `Self::as_str`.
https://github.com/smithy-lang/smithy-rs/blob/4b66264db149592fab8b517556ef2ed53cfd1155/codegen-…
-
IMPORTANT: Your crash has already been automatically reported to our crash system. Please file this bug only if you can provide more information about it.
Brave Version: 1.68.134 Chromium: 127.0.…
-
We've received multiple reports of installations/first time activations that take 10 minutes. Looking at our Sentry instrumentation, we don't actually break down install times at all, so it's unclear …
-
### Problem:
S2N doesn't seem to consider a client's supported_groups when choosing a certificate.
Given an openssl client that only supports the `P-384` group and an s2n_server that has an RSA…