Skip to content

Conversation

@silverjam
Copy link
Contributor

@silverjam silverjam commented Jul 14, 2022

Description

@swift-nav/devinfra

Makes serde and serde-big-array go together for the serde feature, since some users only want to enable serde and not the json feature.

API compatibility

Does this change introduce a API compatibility risk?

Should not, no messages are changed, but enables just the "serde" feature of the Rust library to be used in isolation from the "json" feature.

API compatibility plan

If the above is "Yes", please detail the compatibility (or migration) plan:

n/a

References

Jira

No Jira, but example breakage here: https://github.com/swift-nav/gnss-converters-private/runs/7347817014?check_suite_focus=true

Related PRs

@silverjam silverjam requested review from a team and notoriaga as code owners July 14, 2022 21:07
@silverjam silverjam requested a review from samvrlewis July 14, 2022 21:10
default = []
async = ["futures", "dencode/async"]
json = ["serde", "serde_json", "serde-big-array", "base64"]
serde = ["dep:serde", "serde-big-array"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice, I was wondering how you could do something like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants