-
Notifications
You must be signed in to change notification settings - Fork 53
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
Document features #71
Comments
Sure, would you like to write that up? The current features are:
Technically, cargo will accept |
I ran into this myself. I started writing a custom serializer for a Rational type and then realized that it already existed. But I could find no mention of the |
Sure, a PR to improve docs would be welcome! |
This crate makes use of features so that "you don't pay for what you don't use" and to support no_std while allowing for extensions that require the standard library. This is good, but it can be beginner unfriendly. The readme should include a brief overview of the features this crate provides with a beginner friendly presentation.
The text was updated successfully, but these errors were encountered: