Function anstyle_git::parse
source · pub fn parse(s: &str) -> Result<Style, Error>Expand description
Parse a string in Git’s color configuration syntax into an
anstyle::Style.
pub fn parse(s: &str) -> Result<Style, Error>Parse a string in Git’s color configuration syntax into an
anstyle::Style.