luhncheck
Implementation of Luhn algorithm in nim.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install luhncheck
choosenim install luhncheck
git clone https://github.com/sillibird/luhncheck
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| luhncheck | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/sillibird/luhncheck |
|---|---|
| Homepage | https://github.com/sillibird/luhncheck |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
luhncheck
Implementation of Luhn algorithm in nim.
Usage
Install the package with nimble
nimble install luhncheck
Example Usage
Validating a cards checksum
if validate(356938035643809):
echo "Cards checksum appears to be valid"
License
MIT