factorial_engine 0.2.0

A library for producing factorials
Documentation
[dependencies]

[lib]
name = "factorial_engine"
path = "src/lib.rs"

[package]
authors = ["Neil Crago"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for producing factorials"
documentation = "https://docs.rs/factorial_engine"
edition = "2024"
keywords = ["mathematics", "factorial"]
license = "MIT OR Apache-2.0"
name = "factorial_engine"
readme = "README.md"
repository = "https://github.com/Neil-Crago/factorial_engine"
version = "0.2.0"