yash-quote-1.1.0
magicant
released this
01 May 10:07
·
878 commits
to master
since this release
[1.1.0] - 2023-05-01
Added
- The
Quoted
struct- The
as_raw
andneeds_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
- The
quoted
function