mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
signal: Update docs urls and such
This commit is contained in:
committed by
Carl Lerche
parent
b33ae3cdd6
commit
468b037e4e
+1
-1
@@ -5,7 +5,7 @@ authors = ["Alex Crichton <[email protected]>"]
|
|||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/alexcrichton/tokio-signal"
|
repository = "https://github.com/alexcrichton/tokio-signal"
|
||||||
homepage = "https://github.com/alexcrichton/tokio-signal"
|
homepage = "https://github.com/alexcrichton/tokio-signal"
|
||||||
documentation = "https://alexcrichton.github.io/tokio-signal"
|
documentation = "https://docs.rs/tokio-signal/0.1"
|
||||||
description = """
|
description = """
|
||||||
An implementation of an asynchronous Unix signal handling backed futures.
|
An implementation of an asynchronous Unix signal handling backed futures.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ An implementation of Unix signal handling for Tokio
|
|||||||
|
|
||||||
[](https://travis-ci.org/alexcrichton/tokio-signal)
|
[](https://travis-ci.org/alexcrichton/tokio-signal)
|
||||||
|
|
||||||
[Documentation](https://alexcrichton.github.io/tokio-signal)
|
[Documentation](https://docs.rs/tokio-signal)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ First, add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }
|
tokio-signal = "0.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, add this to your crate:
|
Next, add this to your crate:
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
//! > It's planned that this will be bound and exported outside the
|
//! > It's planned that this will be bound and exported outside the
|
||||||
//! > `unix` module in the future!
|
//! > `unix` module in the future!
|
||||||
|
|
||||||
|
#![doc(html_root_url = "https://docs.rs/tokio-signal/0.1")]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|||||||
Reference in New Issue
Block a user