swagger-api / swagger-api/swagger-codegen
[RUST] Ignore null fields in Struct serialisation and API calls for optional params
Open
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
Would it be good to have the serialiser ignore Option<None> or "null" fields like some of the other serialisers do also? I find myself manually editing generated models to add
#[serde(rename = "clearPercent", skip_serializing_if="Option::is_none")]
clear_percent: Option<i64>
And I see some of the other languages already do this.
Contributor guide
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
The issue names Rust generated models and API calls but no file or test. Start by locating the Rust model and serializer templates, then compare the other language serializers referenced in the report; done means optional None/null fields are omitted from generated serialization and API requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100