We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ddb18 commit 9254e57Copy full SHA for 9254e57
1 file changed
content/posts/2026-05-04-niche-int-types-in-rust.md
@@ -28,7 +28,7 @@ In C, one would use `-1` to indicate "no position", "invalid position"
28
but in Rust, I'd prefer not to do that.
29
Can we make use of this in some other way?
30
31
-[seqair]: https://seqair.softleif.se/ "Pure-Rust BAM/SAM/CRAM/FASTA reader with a pileup engine and BCF/BAM writing."
+[seqair]: https://github.com/Softleif/seqair "Pure-Rust BAM/SAM/CRAM/FASTA reader with a pileup engine and BCF/BAM writing."
32
[seqair-post]: https://deterministic.space/seqair.html "Seqair, a custom htslib reimplementation"
33
34
## Simple position type
0 commit comments