rust-seq / minimizer-iter

Iterate over minimizers of a DNA sequence
https://crates.io/crates/minimizer-iter
MIT License
26 stars 2 forks source link

chore: setup a feature to allow dev build without nightly toolchain #2

Closed natir closed 3 months ago

natir commented 3 months ago

I had to move the dependency to Ragnar's minimizer repository because a development dependency can't be optional. But since it's optional and in a separate feature not activated by default, it's almost a development dependency.