lewn 0.9.3

An implementation of Luhn's checksum algorithm using Rust
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 19.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • adharmic/lewn
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • adharmic

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.