Add headings

This commit is contained in:
lumi 2025-06-27 14:31:49 +10:00
parent 7c40fb4322
commit c07ec4c3ad
Signed by: luaneko
GPG Key ID: 406809B8763FF07A
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.