I wanted to use rayon to parallelize some of my processing, but found that I need to have the Send + Sync traits for key structs, like a Bed record and BAM record.  Is there any appetite for adding those, and/or figuring out which are safe to send and share across threads?
 bed_reader.records::<6>().par_bridge()