jguhlin / minimap2-rs

Rust bindings to minimap2 library
Other
51 stars 11 forks source link

Use minimap2 version number #29

Closed alexomics closed 1 year ago

alexomics commented 1 year ago

Would it be possible for the minimap2-sys crate to follow the version number scheme that https://github.com/lh3/minimap2 uses?

This will make it easier for downstream tools to know what features are available.

jguhlin commented 1 year ago

Would something like how zstd handles it work? So the version number would be similar to "0.12.3+zstd.1.5.2"

For mm2-fast (and if any other backends) I'll just leave the version number in the docs somewhere.