Macro any

Source
any!() { /* proc-macro */ }
Expand description

Any amino acids

§Usage

#[macro_use]
 use aa_regex::any;

let any = any!(); // => let any = "[ARNDCEQGHILKMFPSTWYV]";
assert_eq!(any, "[ARNDCEQGHILKMFPSTWYV]");

§Compilation errors

Compilation will fail if:

  • arguments are given to the macro