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

Allow disabling serde support #95

Closed
bjorn3 opened this issue Jan 29, 2022 · 0 comments · Fixed by #97
Closed

Allow disabling serde support #95

bjorn3 opened this issue Jan 29, 2022 · 0 comments · Fixed by #97

Comments

@bjorn3
Copy link
Contributor

bjorn3 commented Jan 29, 2022

If the user doesn't need serde support this significantly improves compile times If #94 is merged this will probably cut down compile times from 17s (or 24s before that pr) to ~5s.

The current structure unfortunately doesn't allow easy disabling of serde support due to depending on serde for FromStr and Display impls.

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 a pull request may close this issue.

1 participant