Open MTRNord opened 2 years ago
I did this now at https://github.com/erooster-mail/dkim and also moved to time-rs. (see commits for details)
Can you open a pull request? It's easier to review. Thanks.
Can you open a pull request? It's easier to review. Thanks.
Sure. Will do that as soon as I have some time for it which may be not before next week.
Hi :)
I wanted to consider using this for my wip rust mail server. It uses the nowadays fairly common
tracing
crate for logging. However, this crate seems to require a slog logger.Is there any chance to solve this requirement differently to allow usage with other logging implementations like tracing?