From 978013a215ebae63cd087139514de32bbd36ce11 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 21 Oct 2019 15:49:00 -0700 Subject: fs: move into `tokio` (#1672) A step towards collapsing Tokio sub crates into a single `tokio` crate (#1318). The `fs` implementation is now provided by the main `tokio` crate. The `fs` functionality may still be excluded from the build by skipping the `fs` feature flag. --- tokio/README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'tokio/README.md') diff --git a/tokio/README.md b/tokio/README.md index e9cdc413..14b8b238 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -119,39 +119,6 @@ project. [guide]: CONTRIBUTING.md -## Project layout - -The `tokio` crate, found at the root, is primarily intended for use by -application developers. Library authors should depend on the sub crates, which -have greater guarantees of stability. - -The crates included as part of Tokio are: - -* [`tokio-executor`]: Task executors and related utilities. Includes a - single-threaded executor and a multi-threaded, work-stealing, executor. - -* [`tokio-fs`]: Filesystem (and standard in / out) APIs. - -* [`tokio-codec`]: Utilities for encoding and decoding protocol frames. - -* [`tokio-io`]: Asynchronous I/O related traits and utilities. - -* [`tokio-macros`]: Macros for usage with Tokio. - -* [`tokio-net`]: Event loop that drives I/O resources as well as TCP, UDP, and - unix domain socket apis. - -* [ `tokio-timer`]: Time related APIs. - -[`tokio-codec`]: tokio-codec -[`tokio-current-thread`]: tokio-current-thread -[`tokio-executor`]: tokio-executor -[`tokio-fs`]: tokio-fs -[`tokio-io`]: tokio-io -[`tokio-macros`]: tokio-macros -[`tokio-net`]: tokio-net -[`tokio-timer`]: tokio-timer - ## Related Projects In addition to the crates in this repository, the Tokio project also maintains -- cgit v1.2.3