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

Helper functions should be grouped in a module #71

Closed
tertsdiepraam opened this issue Dec 13, 2023 · 0 comments · Fixed by #73
Closed

Helper functions should be grouped in a module #71

tertsdiepraam opened this issue Dec 13, 2023 · 0 comments · Fixed by #73

Comments

@tertsdiepraam
Copy link
Member

There are some functions that need to be public but somewhat hidden because they should only be used by the derive macro. These currently just live in lib.rs. This is unfortunate because they clutter the documentation. I don't think we should hide them altogether, but we could group them in a module that's clearly documented as being "private".

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