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
testing_table
tabled
I feel like it'd be a good thing to do.
The idea behind testing_table as a separate crate was that it could be used by others while not being dependent on tabled.
But making it pub and hiding it by a feature flag. Sounds like good idea too.
pub
So we could easily rely on assert_* functions. Use them in examples etc.
assert_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I feel like it'd be a good thing to do.
The idea behind
testing_table
as a separate crate was that it could be used by others while not being dependent ontabled
.But making it
pub
and hiding it by a feature flag.Sounds like good idea too.
So we could easily rely on
assert_*
functions.Use them in examples etc.
The text was updated successfully, but these errors were encountered: