I kind of originally made this feature thinking I would need to do a lot of logging or debugging with spans. However, this feature that adds spans that don't really contribute to the debugging process, and any user of the crate wouldn't need tracing support within genetic-rs itself to debug their code.
I believe I should either remove the feature entirely or just remove the abundance of spans to make the crate simpler.
I kind of originally made this feature thinking I would need to do a lot of logging or debugging with spans. However, this feature that adds spans that don't really contribute to the debugging process, and any user of the crate wouldn't need tracing support within
genetic-rsitself to debug their code.I believe I should either remove the feature entirely or just remove the abundance of spans to make the crate simpler.