#prime #numbers #parameters #checker #calling #u32 #data

bin+lib RustPrimeNumberLibrary

Rust prime number checker library now step 1 is importing create and calling function and put one parameter. This prameter data type is u32

2 releases

0.1.1 Jun 30, 2020
0.1.0 Jun 30, 2020

#1457 in Math

47 downloads per month

MIT license

7.5MB
63 lines

Simple Prime Numer Checker

  • You can use this simple Rust prime Number checker libary.

How to use

  • You Can use thi Library in your project with

use RustPrimeNumberLibrary::IS_prime_OR_notPrime;

Step1

  • calling function

IS_prime_OR_notPrime(int_num);

// And take one parameter andthis data type is u32

No runtime deps