-
The standard library's `Option`'s [`is_none`](https://doc.rust-lang.org/std/option/enum.Option.html#method.is_none) and [`is_some`](https://doc.rust-lang.org/std/option/enum.Option.html#method.is_some…
-
Hiya!
I am implementing some pagination for a few of my axum endpoints and am not able to properly get the Pagination fields into my structs. In my twisted mind it'd make sense for the `IntoParams`…
-
Adding a proc macro that we can derive on the structs could automatically generate most functions for the builder pattern for us.
Currently we have this:
```rust
#[derive(Serialize)]
#[serde(ren…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
It would be useful to have a Serde support gated with a feature flag. Nothing fancy required: `RcX` should serialize its content and deserialize it as is. _Perhaps_, special care should be taken for …
-
Hey @geofmureithi,
It looks like Apalis always serializes the original error inside FailedError, e.g.
```
"last_error": "{\"Err\":\"FailedError: unexpected error: Uncaught PermissionDenied: '…
-
### Problem
It seems like there's currently no support for outputting the json with the CycloneDX 1.6 format. Is support for this planned? I would be willing to add support if given the go ahead. Cur…
-
**Update**: I've found [a StackOverflow anwer](https://stackoverflow.com/a/61219284/75284) that helped me to come up with a solution. While it works, I think my proposal is still relevant. It will be …
-
### Describe the feature
It allows you to define/save models with file format supported by serde.
Once this feature is implemented you can,
- save your input to disk in your favourite file fo…
-
#### 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 …