codes-common

Crates.iocodes-common
lib.rscodes-common
version0.1.9
sourcesrc
created_at2022-12-07 00:38:16.20697
updated_at2022-12-25 02:19:21.547571
descriptionSupport capabilities for codes-* packages.
homepage
repositoryhttps://github.com/johnstonskj/rust-codes
max_upload_size
id731491
size24,411
Simon Johnston (johnstonskj)

documentation

https://docs.rs/codes-common/

README

Package codes-common

Support capabilities for codes-* packages.

For notes on the design of the API, see the repository README.

crates.io docs.rs

Features

  • build - Tools for build scripts.
  • csv_tools - Tools for reading and processing CSV files, requires build.

Changes

Version 0.1.9

  • Moved build related tools to build module, gated with feature

Version 0.1.8

  • Moved check digits to own crate.
  • Added FixedLengthCode and VariableLengthCode traits.

Version 0.1.7

  • Added the check_digits module with an implementation of LuhnAlgorithm.

Version 0.1.6

  • Fixed a bug in the insert field macros

Version 0.1.5

  • Updated CSV handlers
  • Added CSV macros

Version 0.1.4

  • Added csv_tools feature

Version 0.1.3

  • Re-worked code_impl macro for non-string codes.

Version 0.1.2

  • Added retain method to SimpleData.

Version 0.1.1

  • Refactored the build process, added SimpleData type and Data trait.

Version 0.1.0

  • Initial release, subject to much change.
Commit count: 158

cargo fmt