Skip to content

Add the trpl crate to support The Book exercises #1080

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

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

carols10cents
Copy link
Member

In the upcoming async chapter, because the standard library doesn't include an async runtime, we need to use crates.

To make it easier to manage versions and updates, we've created a shim crate named trpl that mostly re-exports relevant parts of other crates in a way that we can control, to ensure the best experience for book readers.

While this crate may organically end up in the most-used crates included in the playground eventually, we'd love for the trpl crate to be available in the playground for readers before the chapter is officially published.

Thank you! ❤️

In the upcoming async chapter, because the standard library doesn't
include an async runtime, we need to use crates.

To make it easier to manage versions and updates, we've created a shim
crate named `trpl` that mostly re-exports relevant parts of other crates
in a way that we can control, to ensure the best experience for book
readers.

While this crate may organically end up in the most-used crates included
in the playground *eventually*, we'd love for the `trpl` crate to be
available in the playground for readers before the chapter is officially
published.
@shepmaster shepmaster merged commit 74743bf into rust-lang:main Aug 6, 2024
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 this pull request may close these issues.

2 participants