Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ser/de under a feature flag #354

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Move ser/de under a feature flag #354

merged 1 commit into from
Jul 30, 2024

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Jul 30, 2024

Move the Serialize and Deserialize derives, based on typetag, under a new serde feature flag. This makes it possible to skip building with typetag, which for example is not compatible with wasm so would be a blocker for wasm support.

Move the `Serialize` and `Deserialize` derives, based on `typetag`,
under a new `serde` feature flag. This makes it possible to skip
building with `typetag`, which for example is not compatible with `wasm`
so would be a blocker for wasm support.:
@djeedai djeedai added C - breaking change A breaking API or behavior change A - serde Serialization and deserialization labels Jul 30, 2024
@djeedai djeedai merged commit 2705b2a into main Jul 30, 2024
17 checks passed
@djeedai djeedai deleted the u/serde branch July 30, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - serde Serialization and deserialization C - breaking change A breaking API or behavior change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant