-
It would be convenient to have [serde](https://serde.rs/)'s `Serialize` and `Deserialize` traits implemented for the groups and fields, so they could be seamlessly used e.g. for storing keys on disk, …
-
`db-tokio-postgres` depends on `std` which, according to `README.md`, disables `no_std` support, but it seems to enable/include various optional dependencies.
This happens because `db-tokio-postgr…
-
#### Description
Credo transceivers are not coming up after "shut / no shut" on Dell devices. To bring the interface up on Dell side, a flap is required on the peer end.
#### Steps to reproduce …
-
Since the serdes communicates with Registry via cache, when Registry returns an error response, it is shadowed by an unhelpful cache error, e.g.:
```
Failed to update cache value for key: {"type":…
-
I work on a project using `k256 = 0.13.4` with `features = ["arithmetic", "hash2curve", "schnorr", "serde"]` and `default-features = false`. The project fails to build with the following error:
```…
-
## 🐛 Bug description
Using the flatten attribute from serde almost works but breaks in the case of non string values in flattened structs. In this case config always parses size as a string. Howe…
-
* https://crater-reports.s3.amazonaws.com/beta-1.83-3/beta-2024-10-19/reg/structdoc-0.1.4/log.txt
* https://crater-reports.s3.amazonaws.com/beta-1.83-3/beta-2024-10-19/reg/uwc-1.0.8/log.txt
-
code:
```rust
#[derive(Serialize, Deserialize, PartialEq, Debug)]
struct Demo {
val_string: String,
val_i128: i128,
val: Value,
}
#[test]
fn test_serde_yaml() -> Result {
let…
-
Currently, if a message has a field that is an enumeration, the field is provided as an `i32` and tagged with something like the following:
```rust
#[prost(enumeration = "ENUMTYPE" tag = "1")]
fi…
-