Xuanwo commented on issue #631: URL: https://github.com/apache/opendal-reqsign/issues/631#issuecomment-3317774787
Hi @BurntSushi, thank you for raising this! Many of my friends, like @tisonkun, have great experience with `jiff`, so I’m open to a PR that switches from `chrono` to `jiff`. While `chrono` is in our public API, we only expose it as `reqsign_core::DateTime`. All APIs like `reqsign_core::time` are intended for intra-crate use, and I don’t think many users rely on them. As long as we keep the same interface, or deprecate it properly, I think it should be fine. I don’t recall if we expose it in any public API surfaces like `ProvideCredential`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
