Add headings
This commit is contained in:
parent
7c40fb4322
commit
c07ec4c3ad
@ -1,4 +1,4 @@
|
|||||||
//! Channel library
|
//! # Channel library
|
||||||
//!
|
//!
|
||||||
//! The `lb:chan` library provides primitives for asynchronous communication between tasks via
|
//! The `lb:chan` library provides primitives for asynchronous communication between tasks via
|
||||||
//! message passing channels.
|
//! message passing channels.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Networking library
|
//! # Networking library
|
||||||
//!
|
//!
|
||||||
//! The `lb:net` library provides an asynchronous network API for creating TCP or UDP servers and
|
//! The `lb:net` library provides an asynchronous network API for creating TCP or UDP servers and
|
||||||
//! clients.
|
//! clients.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Task library
|
//! # Task library
|
||||||
//!
|
//!
|
||||||
//! The `lb:task` library primitives for asynchronous communication between tasks via message
|
//! The `lb:task` library primitives for asynchronous communication between tasks via message
|
||||||
//! passing channels.
|
//! passing channels.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user