Add string util for #[serde(deserialize_with = "deserialize::to_lowercase")]

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-19 20:57:40 +00:00
parent 4150b917d8
commit f91b3b6a6c
2 changed files with 23 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod between;
pub mod de;
mod split;
mod tests;
mod unquote;