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

Remove serde impls for Fixed/Signed types #168

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Remove serde impls for Fixed/Signed types #168

merged 1 commit into from
Feb 13, 2024

Conversation

goffrie
Copy link
Contributor

@goffrie goffrie commented Feb 13, 2024

I find it unlikely that anyone is depending on these impls and the serde dependency makes pb-jelly quite a bit slower to compile.

serde support entirely might go later as it's really a big hack (e.g. serde is turned on for all crates compiled in one protoc invocation if any of those files uses the option, unless crate_per_dir mode is on). It should be replaced by proper JSON protobuf support.

@goffrie goffrie merged commit 4b8b535 into main Feb 13, 2024
18 checks passed
@goffrie goffrie deleted the rm-base-serde branch February 13, 2024 10:20
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.

1 participant