You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The crate defines the following features:
25
25
-`server`: include TYPHOON server implementation.
26
26
-`client`: include TYPHOON client implementation.
27
27
-`debug`: include [debug diagnostic tools](PROTOCOL.md#debug-mode) (`DebugMode`, `DebugResult`, `run_debug`, `DebugServerConnectionHandler`); requires `client` and `server`.
28
+
-`capture`: emit per-packet JSONL records to the `typhoon::capture` log target at `TRACE` level; enable at runtime with `RUST_LOG=typhoon::capture=trace`.
28
29
-`tokio`: use [tokio](https://tokio.rs/) async runtime.
29
30
-`async-std`: use [async-std](https://async.rs/) async runtime.
0 commit comments