2 releases
Uses old Rust 2015
0.0.2 | Aug 21, 2016 |
---|---|
0.0.1 | Aug 21, 2016 |
#53 in #family
15KB
252 lines
rust-slk581
Rust implementation of SLK581
lib.rs
:
The crate provides function to encode data into SLK581 format.
The format allows encode given family name, given name, date of birth and sex into sequence
XXXZZDDMMYYYYN
.
Where XXX
encodes family name, ZZ
encodes given name, DDMMYYYY
encodes date of birth and
N
encodes sex.
Dependencies
~2.5MB
~37K SLoC