Skip to content

yash-quote-1.1.0

Compare
Choose a tag to compare
@magicant magicant released this 01 May 10:07
· 878 commits to master since this release
yash-quote-1.1.0

[1.1.0] - 2023-05-01

Added

  • The Quoted struct
    • The as_raw and needs_quoting methods
    • impl std::fmt::Display for Quoted<'_>
    • impl<'a> From<&'a str> for Quoted<'a>
    • impl<'a> From<Quoted<'a>> for Cow<'a, str>
  • The quoted function