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!();
}