-
Notifications
You must be signed in to change notification settings - Fork 97
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
docs.rs should include array
feature
#228
Comments
As a reference, the georust/proj crate does two things to document feature specific methods:
...which then renders the feature requirement nicely on the generated proj docs like this: step 2 feels a little redundant to write, but I think it's really helpful for the doc consumers - otherwise they might wonder why they can't call the method that they see in the docs. |
I really like the idea and I also think we should add these Maybe we can save some time in the realization if we decide on this first: #169 |
the array feature is really just a conversion method from the |
It would be nice if we enabled at least the
array
feature for docs.rs by adding this toCargo.toml
:Perhaps adding
datetime
to that list would be good as well.The goal here is that someone looking at docs.rs should know that the array methods actually exist because otherwise, they're very easy to miss.
The text was updated successfully, but these errors were encountered: