aa-regex 0.3.1

Utility macros to build regular expression matching protein sequences.
Documentation
1
2
3
4
5
use aa_regex::*;

fn main() {
    let wrong = except!(A, R, N, D, C, E, Q, G, H, I, L, K, M, F, P, S, T, W, Y, V);
}