10 releases
| 0.1.9 | Dec 25, 2022 |
|---|---|
| 0.1.8 | Dec 22, 2022 |
#589 in Build Utils
16,431 downloads per month
Used in 19 crates
(12 directly)
25KB
546 lines
Package codes-common
Support capabilities for codes-* packages.
For notes on the design of the API, see the repository README.
Features
build- Tools for build scripts.csv_tools- Tools for reading and processing CSV files, requiresbuild.
Changes
Version 0.1.9
- Moved build related tools to
buildmodule, gated with feature
Version 0.1.8
- Moved check digits to own crate.
- Added
FixedLengthCodeandVariableLengthCodetraits.
Version 0.1.7
- Added the
check_digitsmodule with an implementation ofLuhnAlgorithm.
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_toolsfeature
Version 0.1.3
- Re-worked
code_implmacro for non-string codes.
Version 0.1.2
- Added
retainmethod toSimpleData.
Version 0.1.1
- Refactored the build process, added
SimpleDatatype andDatatrait.
Version 0.1.0
- Initial release, subject to much change.
Dependencies
~0–5MB
~70K SLoC