Add exports header to module docs

This commit is contained in:
2025-06-25 18:42:29 +10:00
parent 98100d02fa
commit 6cdf186b61
2 changed files with 7 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
//! The `lb:fs` module provides utilities for interacting with the file system asynchronously.
//!
//! # Exports
//!
//! See [`lb_libfs`] for items exported by this module.
use luaffi::{cdef, metatype};
use std::io;