Skip to content

Commit a74c2ce

Browse files
committed
Add docs for the top-level modules (each is just a shim around a protobuf definition).
1 parent e0b1907 commit a74c2ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

console-api/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
/// Represents the operations performed by an async runtime.
12
pub mod async_ops;
3+
/// Represents unique id's and Rust source locations.
24
mod common;
5+
/// Represents interactions between the console-subscriber and a console client observing it.
36
pub mod instrument;
7+
/// Represents updates to the resources in an async runtime.
48
pub mod resources;
9+
/// Represents updates to the tasks in an async runtime.
510
pub mod tasks;
11+
/// Represents events on the tracing subsystem: thread registration and span activities.
612
pub mod trace;
713
pub use common::*;

0 commit comments

Comments
 (0)