Add Serde support for Request and Response
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 378
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
I need to log requests and responses using a structured logger. Having serde behind a feature would help a lot with that. I think these structs are quite fundamental datatypes, and that more users would probably want to store/log them somehow.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Request and Response struct definitions and the repository's feature configuration first. Check how optional dependencies and serialization support are handled elsewhere, then verify that enabling the serde feature allows both types to be serialized and that the default feature set remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100