fn main()

in src/main.rs [898:902]


fn main() {
    if let Err(e) = fastmod() {
        eprint!("{:?}", e);
    }
}