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

re-export to the root lib.rs #2

Open
olekspickle opened this issue Feb 19, 2024 · 0 comments
Open

re-export to the root lib.rs #2

olekspickle opened this issue Feb 19, 2024 · 0 comments

Comments

@olekspickle
Copy link

The only purpose of such crates is to provide structures, so would be nice to use it just as:


use mapped_futures::MappedFutures;
// or
use mapped_futures::prelude::*;

instead of

use mapped_futures::mapped_futures::MappedFutures;

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

1 participant