rust-colog icon indicating copy to clipboard operation
rust-colog copied to clipboard

Public interface uses private types (non re-exported)

Open FlixCoder opened this issue 2 months ago • 0 comments

Hi!

I like the simplicity and pretty, slim format :) I wanted to use a different target, but I noticed, that the Target type from env_logger is used, but not re-exported.

Would be great to have all types in the public interface (e.g. Builder) re-exported, so that I don't have to add and synchronize another library version.

Thanks!

FlixCoder avatar Oct 30 '25 22:10 FlixCoder