3 releases (breaking)

Uses new Rust 2024

0.3.0 Sep 15, 2025
0.2.0 Sep 25, 2024
0.1.0 Jul 16, 2024

#330 in Text processing

Download history 714/week @ 2025-07-21 871/week @ 2025-07-28 909/week @ 2025-08-04 685/week @ 2025-08-11 707/week @ 2025-08-18 759/week @ 2025-08-25 821/week @ 2025-09-01 774/week @ 2025-09-08 1021/week @ 2025-09-15 977/week @ 2025-09-22 857/week @ 2025-09-29 838/week @ 2025-10-06 705/week @ 2025-10-13 582/week @ 2025-10-20 673/week @ 2025-10-27 605/week @ 2025-11-03

2,661 downloads per month
Used in debouncer-udevmon

MIT/Apache

22KB
72 lines

A support crate for The Rust Programming Language.

This crate mostly just re-exports items from other crates. It exists for two main reasons:

  1. So that as you read along in The Rust Programming Language, you can add just one dependency, rather than however many we end up with, and likewise use only one set of imports.

  2. So that we can more easily guarantee it keeps building and working. Since we control the contents of this crate and when it changes, readers will never be broken by upstream changes, e.g. if Tokio does a breaking 2.0 release at some point.


The Rust Programming Language Book Crate

Build Status

This repository is the home of the trpl crate used in The Rust Programming Language book materials.

This crate mostly just re-exports items from other crates. It exists for two main reasons:

  1. So that as you read along in The Rust Programming Language, you can add just one dependency, rather than however many we end up with, and likewise use only one set of imports.

  2. So that we can more easily guarantee it keeps building and working. Since we control the contents of this crate and when it changes, readers will never be broken by upstream changes, e.g. if Tokio does a breaking 2.0 release at some point.

Requirements

This crate currently requires at least Rust 1.79.

Dependencies

~9–25MB
~282K SLoC