RustPrimeNumberLibrary 0.1.1

Rust prime number checker library now step 1 is importing create and calling function and put one parameter. This prameter data type is u32
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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