We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if create_add was exposed somehow in the API to be used on its own, instead of keeping it public in the crate. Is this possible?
Use Case We're specifically interested in extracting the stats value that's returned from this function and pass it to our implementation directly.
The text was updated successfully, but these errors were encountered:
feat: expose create_add to the public (#1482)
879c8b1
# Description This PR exposes create_add to the public # Related Issue(s) - closes #1458 # Documentation
Successfully merging a pull request may close this issue.
Description
It would be nice if create_add was exposed somehow in the API to be used on its own, instead of keeping it public in the crate. Is this possible?
Use Case
We're specifically interested in extracting the stats value that's returned from this function and pass it to our implementation directly.
The text was updated successfully, but these errors were encountered: