I notice libc remove strftime on this commit:
https://github.com/rust-lang/libc/commit/377ee7307ae7d4b6a5fb46802958518f724ba873
Why libc remvoe binding of strftime?
why libc doesn't has binding of strptime on linux?
I notice libc remove strftime on this commit:
https://github.com/rust-lang/libc/commit/377ee7307ae7d4b6a5fb46802958518f724ba873
Why libc remvoe binding of strftime?
why libc doesn't has binding of strptime on linux?
The libc
crate has never had a binding for strftime
. It was added and then removed on the branch for this pull request before the branch was ever merged into the official repository. The reason it wasn't added was because of an error on macOS.
Possibly just because nobody has added it yet.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.