lewn

Crates.iolewn
lib.rslewn
version0.9.3
created_at2025-04-01 07:27:06.630034+00
updated_at2025-04-01 07:46:07.769921+00
descriptionAn implementation of Luhn's checksum algorithm using Rust
homepage
repositoryhttps://github.com/adharmic/lewn
max_upload_size
id1614493
size19,753
Adithya Ajith (adharmic)

documentation

README

Overview

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.

Notes

The package has only been tested by me. If there are any issues, please reach out at adithya@satyaloka.org.

Thanks for reading.

Commit count: 8

cargo fmt