-
Because [`Document`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/enum.Document.html) uses `HashMap` for objects instead of `serde_json::Map`, there needs to be a second pass at converting…
-
The **`serde_...`** naming is typically for crates that expose a Serde data format for use with the user's choice of data types. For example [`serde_json`](https://docs.serde.rs/serde_json/index.html)…
-
This can't be done until `tonic` upgrades to `hyper` 1.0.
-
Needs:
* no_std support
* read and write XML
* 100% Rust (not wrapping a C library, for example)
* able to parse iXML (#36) and _PMX chunks
Consider:
* https://github.com/faassen/xot (also a …
-
Minimal reproducible example below. Note that the second you change `u128 -> u64`, the test passes.
```rs
#[derive(serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "snake_case", untagg…
-
> serde_cbor is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status |…
-
Like `RefCell`, it is useful if `OnceCell` can be serialized with serde.
-
`serde_cbor` seems to be deprecated / archived, see: https://github.com/pyfisch/cbor, a good alternative for the future could be to use [`ciborium`](https://docs.rs/ciborium/latest/ciborium/index.html…
-
As report from 3rd party: Some fields would be renamed from camelCase to snake_case, need some annotation. This is not used but need to be fixed in long term
-
I've been trying to configure the pipeline with fields that presumably aren't supported. But when clicking Apply, there is no feedback that those fields are wrong/ignored. Instead, I have to re-open t…