We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1614 commit 543eef4Copy full SHA for 543eef4
crates/terminal-colorsaurus/src/lib.rs
@@ -46,6 +46,14 @@ mod error;
46
mod fmt;
47
48
/// Low-level utilities for parsing responses to `OSC 10` / `OSC 11` queries.
49
+///
50
+/// **Hint:** If you are only using this module, then you should probably disable
51
+/// the default features to avoid unnecessary dependencies:
52
53
+/// ```toml
54
+/// [dependencies]
55
+/// terminal-colorsaurus = { version = "...", default-features = false }
56
+/// ```
57
pub mod parse {
58
pub use crate::xparsecolor::xparsecolor;
59
}
0 commit comments