Mersenne Primes Primality test code

Is there a Rust crate|software available for primality testing of arbitrary size integers, specifically for Mersenne Primes?

This is not my area of expertise but a quick search on lib.rs found this: ‘Prime test’ search // Lib.rs

The first three seem unrelated, but then there is a whole bunch of crates related to primes. Perhaps one of them have what you are looking for.

Thanks, I'll check them out.
Specifically looking for Lucas Lehmer software for arbitrary sized (Mersenne Prime) integers.