Rename crate to tokio

This commit is contained in:
Carl Lerche
2017-10-30 16:37:00 -07:00
committed by Alex Crichton
parent 25f30c91c4
commit 36aaaa1520
30 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ tokio-core = "0.1"
Next, add this to your crate:
```rust
extern crate tokio_core;
extern crate tokio;
```
You can find extensive documentation and examples about how to use this crate