Crate bio_seq_derive

source ·
Expand description

bio-seq-derive is a procedural macro crate that provides the Codec derive macro for the bio-seq library. It allows users to define custom bit-packed encodings from an enum. The representation of the enum is derived from the discriminants. Please refer to the bio-seq documentation for a complete guide on defining custom alphabets.

Derive Macros§