maud v0.22.2 Release Notes

Release Date: 2021-01-09 // over 3 years ago
    • Don't require ? suffix for empty attributes. The old syntax is kept for backward compatibility. #238
    • Generalize impl Into<String> for PreEscaped<T> to impl From<PreEscaped<T>> for String. #248
    • 👉 Use Span::mixed_site directly from proc-macro2 #254