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

Reexport predicates in crate root #188

Open
tgross35 opened this issue Nov 22, 2023 · 1 comment
Open

Reexport predicates in crate root #188

tgross35 opened this issue Nov 22, 2023 · 1 comment

Comments

@tgross35
Copy link

Would it be possible to pub use predicates in the crate root? Since the crate is somewhat fundamental to output testing, it would be convenient to have direct access. One dependency fewer to name in Cargo.toml with the added benefit of knowing the version is always correct.

I am surprised this hasn't been asked before... maybe I just couldn't find it.

@epage
Copy link
Contributor

epage commented Nov 22, 2023

Predicates was intentionally left out of the - public API, wrapping things in newtypes and using predicates-core.

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

No branches or pull requests

2 participants