Skip to main content

kv

Function kv 

Source
pub fn kv(
    color: ColorMode,
    rows: impl IntoIterator<Item = (impl AsRef<str>, impl AsRef<str>)>,
) -> String
Expand description

Two-column token / value table. Tokens are styled unless color is never.