v0.31.0
Encapsulate unsafe in `_cssparser_internal_to_lowercase` macro # Objective - Allow the `_cssparser_internal_to_lowercase` macro to be used in crates that set `#[forbid(unsafe)]`. - Document the safety invariant for this unsafe block ## Changes made - Wrap the `unsafe` block in the `_cssparser_internal_to_lowercase` macro in an `#[inline(always)]` function. - Add comments ## Context - https://github.com/DioxusLabs/taffy/pull/460#discussion_r1174152707