checkluhn 0.0.1

Validate the Luhn algorithm for the given string
Documentation
[badges.travis-ci]
repository = "marirs/checkluhn-rs"

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

[package]
categories = ["algorithms"]
description = "Validate the Luhn algorithm for the given string"
edition = "2018"
homepage = "https://github.com/marirs/checkluhn-rs"
keywords = ["luhn", "validate", "algorithm"]
license-file = "LICENSE"
name = "checkluhn"
readme = "README.md"
repository = "https://github.com/marirs/checkluhn-rs"
version = "0.0.1"
[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3