diff --git a/data/os-pipe.toml b/data/os-pipe.toml new file mode 100644 index 0000000..ac11623 --- /dev/null +++ b/data/os-pipe.toml @@ -0,0 +1,5 @@ +description = """ +`std::io::pipe` (stable since 1.87.0) provides support for creating OS pipes for interprocess +communication, providing the `pipe` function this crate offered. +""" +url = "https://doc.rust-lang.org/std/io/fn.pipe.html"