@[email protected] to [email protected] • 1 year agounfmt: A compile-time pattern matching library that reverses the interpolation process of format!.github.comexternal-linkmessage-square9fedilinkarrow-up157
arrow-up157external-linkunfmt: A compile-time pattern matching library that reverses the interpolation process of format!.github.com@[email protected] to [email protected] • 1 year agomessage-square9fedilink
minus-square@[email protected]linkfedilink9•edit-21 year agoI love the concept! I recently wanted something just like this for a Flutter app I was making to parse a filename into a user defined format i.e. 2024-04-12.txt with %Y-%M-%D.txt to {year: 2024, month: 04, day: 12} I’ll certainty be using this the next time I need anything like that in Rust though.
minus-square@[email protected]linkfedilink7•1 year agoOff-topic, but I recognise your name. Thank you for the Daily Diary App! I’m a huge fan, I use it every day for my gratitude routine.
minus-square@[email protected]linkfedilink4•1 year agoWow, I’ve never had anyone recognise my name for something I’ve made! Thank you so much and I’m glad you’re enjoying it 😁
I love the concept! I recently wanted something just like this for a Flutter app I was making to parse a filename into a user defined format i.e.
2024-04-12.txt
with%Y-%M-%D.txt
to{year: 2024, month: 04, day: 12}
I’ll certainty be using this the next time I need anything like that in Rust though.
Off-topic, but I recognise your name. Thank you for the Daily Diary App! I’m a huge fan, I use it every day for my gratitude routine.
Wow, I’ve never had anyone recognise my name for something I’ve made! Thank you so much and I’m glad you’re enjoying it 😁