Skip to content

Commit

Permalink
📝 Document disabling the default features
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 2, 2025
1 parent 4bf1614 commit 543eef4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/terminal-colorsaurus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ mod error;
mod fmt;

/// Low-level utilities for parsing responses to `OSC 10` / `OSC 11` queries.
///
/// **Hint:** If you are only using this module, then you should probably disable
/// the default features to avoid unnecessary dependencies:
///
/// ```toml
/// [dependencies]
/// terminal-colorsaurus = { version = "...", default-features = false }
/// ```
pub mod parse {
pub use crate::xparsecolor::xparsecolor;
}
Expand Down

0 comments on commit 543eef4

Please sign in to comment.