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

Only add serde derives on serde feature, making serde dependency optional #204

Open
Emilgardis opened this issue Aug 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Emilgardis
Copy link
Member

This is mainly to make it less "heavy" to use the library with only the types module, with no need for serialization. May not do this, but it could be good to have.

@Emilgardis Emilgardis added the enhancement New feature or request label Aug 21, 2021
@Emilgardis
Copy link
Member Author

Maybe miniserde or serde-lite could help?

miniserde doesn't have all the features we're using currently but serde-lite could maybe be interesting, but doesn't either have all the features we use

Originally posted by @Emilgardis in #211 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant