mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Update docs to docs.rs
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ authors = ["Alex Crichton <[email protected]>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/tokio-rs/tokio-core"
|
||||
homepage = "https://github.com/tokio-rs/tokio-core"
|
||||
documentation = "https://tokio-rs.github.io/tokio-core"
|
||||
documentation = "https://docs.rs/tokio-core"
|
||||
description = """
|
||||
Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for
|
||||
the rest of the tokio crates.
|
||||
|
||||
@@ -6,7 +6,7 @@ Core I/O and event loop abstraction for asynchronous I/O in Rust built on
|
||||
[](https://travis-ci.org/tokio-rs/tokio-core)
|
||||
[](https://ci.appveyor.com/project/carllerche/tokio-core)
|
||||
|
||||
[Documentation](https://tokio-rs.github.io/tokio-core)
|
||||
[Documentation](https://docs.rs/tokio-core)
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user