10 releases

0.1.9 Dec 25, 2022
0.1.8 Dec 22, 2022

#149 in Build Utils

Download history 1206/week @ 2024-03-14 1782/week @ 2024-03-21 1901/week @ 2024-03-28 1581/week @ 2024-04-04 2129/week @ 2024-04-11 1200/week @ 2024-04-18 701/week @ 2024-04-25 746/week @ 2024-05-02 1580/week @ 2024-05-09 1520/week @ 2024-05-16 1083/week @ 2024-05-23 1103/week @ 2024-05-30 1136/week @ 2024-06-06 948/week @ 2024-06-13 896/week @ 2024-06-20 968/week @ 2024-06-27

4,082 downloads per month
Used in 16 crates (12 directly)

MIT license

25KB
546 lines

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.

Dependencies

~0–9.5MB
~71K SLoC