We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67297f commit 1bf03ddCopy full SHA for 1bf03dd
README.md
@@ -4,8 +4,7 @@ A Rust crate for capturing application log output for integration testing.
4
5
The logger can have a _threaded_ scope to capture logs from a thread, or with a _process_ scope to capture across all threads.
6
7
-See the [documentation](https://docs.rs/logcap/latest/logcap).
8
-Crate: https://crates.io/crates/logcap.
+See the [documentation](https://docs.rs/logcap/latest/logcap) and [crate](https://crates.io/crates/logcap).
9
10
## Examples
11
0 commit comments