-
Since this crate has features for std, by default it does not use std. Unfortunately all the (few, yet sufficient) examples use std:
```
let pca = Pca9548a::::new(i2c_bus, BASE_ADDRESS);
```
T…
-
in 1.75 AFIT and RPITIT are stabilized, is there anything that needs this or would benefit from it?
-
I tried this code:
```rust
async fn new_trace_lde(
&self,
trace_info: &TraceInfo,
main_trace: &ColMatrix,
domain: &StarkDomain,
) -> (Self::TraceLde, TracePolyTable) {
//…
-
If you copy/paste the code from [the RP2040 USB logger example](https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_logger.rs) into a new project, it will not compile.
Here is t…
-
I am trying to use the Hyper H1 and H2 connectors with a TcpConnector wrapped by a TlsConnector. I saw the example was provided in the hyper/mod.rs file itself as a comment.
I added an extra line to…
-
Mentioned in [esp-rs matrix](https://matrix.to/#/!LdaNPfUfvefOLewEIM:matrix.org/$I_pAgUucvM7BxU2GP3FWeFJ1BePbG0vBzCV3SNH1mHQ?via=matrix.org&via=tchncs.de&via=mozilla.org) and [here too](https://matrix…
-
As noted by the author of the async/await RFC during its discussion:
>> If the answer is just "this can't be used on trait methods", that removes a lot of the utility of this feature, especially fo…
-
In my company's application, we have created different GCP resources in different GCP projects, to allow us to more easily isolate what applications can access which services. We then wish to have ou…
-
```rust
pub trait AsyncFnMut: AsyncFnOnce
where
Args: Tuple,
{
type CallRefFuture Self::CallRefFuture
-
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**
Async versions of `Read` and `Write`.
Dependencies:
- [x] #300
Unknowns and d…