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
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