| Crates.io | lewn |
| lib.rs | lewn |
| version | 0.9.3 |
| created_at | 2025-04-01 07:27:06.630034+00 |
| updated_at | 2025-04-01 07:46:07.769921+00 |
| description | An implementation of Luhn's checksum algorithm using Rust |
| homepage | |
| repository | https://github.com/adharmic/lewn |
| max_upload_size | |
| id | 1614493 |
| size | 19,753 |
This crate is a simple implementation of Luhn's checksum validation algorithm.
It offers a few methods which may be helpful in creating/validating Luhn numbers, including a couple which can show the calculated checksums and check digits.
It is licensed under a CC0 license and may be used freely without accreditation.
The package has only been tested by me. If there are any issues, please reach out at adithya@satyaloka.org.
Thanks for reading.