logoalt Hacker News

sapiogram10/12/20241 replyview on HN

It does, everyone uses the `log` crate. But then it wouldn't be zero-dependencies anymore.


Replies

littlestymaar10/12/2024

In fairness it's already not really “zero dependency” since it uses rayon (for easy multithreading) and wide (for easy SIMD), using log would make total sense I think (not the main author, just a contributor).