[][src]Macro aa_regex::except

except!() { /* proc-macro */ }

Except some amino acids

Usage

#[macro_use]
 use aa_regex::except;

let some = except!(C, D, E);

Compilation errors

Compilation will fail if:

  • non amino acid characters are used
  • an amino acid was already removed
  • there are too many exceptions
  • there are no exceptions