View all comments
Past RFCs
Related requests
Use case: I have a library that also produces an executable. The executable needs env_logger in order to be able to log, the library shouldn't carry that dependency though, as it pulls in all sorts of crates (e.g. regex (?)).
View all comments
Past RFCs
Related requests
Use case: I have a library that also produces an executable. The executable needs
env_loggerin order to be able to log, the library shouldn't carry that dependency though, as it pulls in all sorts of crates (e.g. regex (?)).