hipstr
hipstr copied to clipboard
Make the loom dependency optional
It seems like the dependency of loom is required, which adds a lot of unnecessary dependences to my crate. I suppose that loom is only meant for testing, right? If so, would it be possible to hide it behind a feature flag so that upstream users of the crate can avoid all the extra dependencies?
Thanks, Tage