Use internal doc-links and add a new link (#653)
This commit is contained in:
parent
9e6bf0fced
commit
5b19aa6d6a
@ -24,8 +24,8 @@ use super::{
|
|||||||
/// **This type is not available by default. You have to use the `event-stream` feature flag
|
/// **This type is not available by default. You have to use the `event-stream` feature flag
|
||||||
/// to make it available.**
|
/// to make it available.**
|
||||||
///
|
///
|
||||||
/// It implements the [`futures::stream::Stream`](https://docs.rs/futures/0.3.1/futures/stream/trait.Stream.html)
|
/// It implements the [Stream](futures_core::stream::Stream)
|
||||||
/// trait and allows you to receive `Event`s with [`async-std`](https://crates.io/crates/async-std)
|
/// trait and allows you to receive [`Event`]s with [`async-std`](https://crates.io/crates/async-std)
|
||||||
/// or [`tokio`](https://crates.io/crates/tokio) crates.
|
/// or [`tokio`](https://crates.io/crates/tokio) crates.
|
||||||
///
|
///
|
||||||
/// Check the [examples](https://github.com/crossterm-rs/crossterm/tree/master/examples) folder to see how to use
|
/// Check the [examples](https://github.com/crossterm-rs/crossterm/tree/master/examples) folder to see how to use
|
||||||
|
@ -16,7 +16,7 @@ macro_rules! csi {
|
|||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
/// - [std::io::Writer](https://doc.rust-lang.org/std/io/trait.Write.html)
|
/// - [std::io::Writer](std::io::Write)
|
||||||
///
|
///
|
||||||
/// ANSI escape codes are written on the given 'writer', after which they are flushed.
|
/// ANSI escape codes are written on the given 'writer', after which they are flushed.
|
||||||
///
|
///
|
||||||
@ -70,7 +70,7 @@ macro_rules! queue {
|
|||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
/// - [std::io::Writer](https://doc.rust-lang.org/std/io/trait.Write.html)
|
/// - [std::io::Writer](std::io::Write)
|
||||||
///
|
///
|
||||||
/// ANSI escape codes are written on the given 'writer', after which they are flushed.
|
/// ANSI escape codes are written on the given 'writer', after which they are flushed.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user