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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "factorial_no"
version = "0.1.0"