Doesn't rust have a standard solution for that?
If I use 10 libraries and they all use a different logging framework then that's ... not convenient.
It does, everyone uses the `log` crate. But then it wouldn't be zero-dependencies anymore.
It does, everyone uses the `log` crate. But then it wouldn't be zero-dependencies anymore.