mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Small docs update
This commit is contained in:
parent
f09f1cecba
commit
b7c6589864
@ -1,4 +1,4 @@
|
|||||||
//! This library isn't meant to be published, but used internally by our binary crate `main.rs`.
|
//! This library is just meant to supply needs for the `ouch` binary crate.
|
||||||
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
//! Random and miscellaneous utils used in ouch.
|
//! Random and miscellaneous utils used in ouch.
|
||||||
|
//!
|
||||||
|
//! In here we have the logic for custom formatting, some file and directory utils, and user
|
||||||
|
//! stdin interaction helpers.
|
||||||
|
|
||||||
pub mod colors;
|
pub mod colors;
|
||||||
mod formatting;
|
mod formatting;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user