burntsushi@programming.dev to Rust@programming.devEnglish · 3 months agoJiff is a new date-time library for Rust that encourages you to jump into the pit of successgithub.comexternal-linkmessage-square27fedilinkarrow-up183arrow-down12file-text
arrow-up181arrow-down1external-linkJiff is a new date-time library for Rust that encourages you to jump into the pit of successgithub.comburntsushi@programming.dev to Rust@programming.devEnglish · 3 months agomessage-square27fedilinkfile-text
Comparison with other Rust datetime crates Why build another datetime library? Why not contribute to an existing library instead of building a new one?
minus-squareYoddel_Hickory@lemmy.calinkfedilinkarrow-up1·3 months agoAnd the fact that you need to create a wrapper means that some programmers won’t bother to do it, or won’t know they need to do it. The default case handling timezones correctly will reduce potential errors.
And the fact that you need to create a wrapper means that some programmers won’t bother to do it, or won’t know they need to do it. The default case handling timezones correctly will reduce potential errors.