15
What are you working on this week? (June. 16, 2024)
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
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.)