secana@programming.dev to Rust@programming.devEnglish · 5 months agoWhat are you working on this week? (June. 16, 2024)message-squaremessage-square16fedilinkarrow-up116arrow-down11file-text
arrow-up115arrow-down1message-squareWhat are you working on this week? (June. 16, 2024)secana@programming.dev to Rust@programming.devEnglish · 5 months agomessage-square16fedilinkfile-text
minus-squareburntsushi@programming.devlinkfedilinkEnglisharrow-up2·5 months agoHow are you doing a date/time library without platform dependencies like libc or windows-sys? Are you rolling your own bindings in order to get the local time zone? (Or perhaps you aren’t doing that at all.)
How are you doing a date/time library without platform dependencies like
libc
orwindows-sys
? Are you rolling your own bindings in order to get the local time zone? (Or perhaps you aren’t doing that at all.)