-
We recently introduced [this naming convention](https://github.com/cosmos/ibc-rs/blob/f8bc0335b298348e170089d97cb5790d635a66ad/crates/ibc/src/core/mod.rs#L4-L20) in the handshakes to facilitate unders…
-
`GPIO.split()` returns a `Parts` struct, whose members have types like `PIN0`:
https://docs.rs/nrf51-hal/0.6.2/nrf51_hal/gpio/gpio/struct.Parts.html
This means its members claim to implement the `…
-
Hi! Are there any examples available? Thoughts on adding one or more to an `examples` folder? I'm attempting to learn how to use this lib, but am not sure where to start. Thanks!
Of note, from the …
-
Follow-up from https://github.com/payjoin/rust-payjoin/pull/277#pullrequestreview-2139827469
Server errors are meant to be returned as a response, but are being returned in places that don't always…
-
| | |
| --- | --- |
| Bugzilla Link | [32720](https://llvm.org/bz32720) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Here is a repro case. …
-
I have a situation where I have a lot of FiniteStateMachine instances (one per connected client), but they all have the same transitions defined.
To reduce memory consumption, it would be great if…
ghost updated
7 years ago
-
During internal discussions earlier today, it was brought up that the SDK architects want to be able to change required arguments to optional without making it a breaking change.
Consider the metho…
-
This is more of a question/feature request (or at least basis for discussion of such):
Is there any standard way to add data to a state, or would you be interested in discussing such a feature?
I th…
-
The use of uninitialized variables should be detected. The simplest solution would be to make the initialization in variable declarations mandatory, but this would potentially cover errors in the spec…
-
Hello, I'm trying to use this crate to make my egui app's page navigation.
I have this in my app:
```rust
#[typestate]
mod page_navigator {
#[automaton]
pub struct Page {}
#[sta…