Code to read DNA sequence files in the UCSC Genome Browser 2bit format (details at: http://genome.ucsc.edu/FAQ/FAQformat.html#format7).
Repository contains various implementations:
- C library (twobit.c twobit.h)
- An R wrapper around the C implementation (pkg folder)
- A Rust wrapper around the C implementation (rust folder)
- A Rust native implementation (rust-native folder)