Skip to content

Commit 9254e57

Browse files
committed
niches: link to repo
1 parent 92ddb18 commit 9254e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/posts/2026-05-04-niche-int-types-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In C, one would use `-1` to indicate "no position", "invalid position"
2828
but in Rust, I'd prefer not to do that.
2929
Can we make use of this in some other way?
3030

31-
[seqair]: https://seqair.softleif.se/ "Pure-Rust BAM/SAM/CRAM/FASTA reader with a pileup engine and BCF/BAM writing."
31+
[seqair]: https://github.com/Softleif/seqair "Pure-Rust BAM/SAM/CRAM/FASTA reader with a pileup engine and BCF/BAM writing."
3232
[seqair-post]: https://deterministic.space/seqair.html "Seqair, a custom htslib reimplementation"
3333

3434
## Simple position type

0 commit comments

Comments
 (0)