factorial_no 0.1.0

You can generate factorial numbers of a number. To use this crate import this in your main.rs file 'use factorial_no::factor()' and in main function call 'factorial_no::factor(i32)'
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["alifya53 <alifyahussian53@gmail.com>"]
description = "You can generate factorial numbers of a number. To use this crate import this in your main.rs file 'use factorial_no::factor()' and in main function call 'factorial_no::factor(i32)' "
edition = "2018"
license = "MIT"
name = "factorial_no"
repository = "https://github.com/alifya53/factorial_no"
version = "0.1.0"