digipin-rs 0.1.1

Rust library for encoding and decoding DIGIPIN (Digital Postal Index Number)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Contributing

Thanks for wanting to contribute!

- Fork the repo and create a branch for your change.
- Keep changes small and focused; one feature/bugfix per PR.
- Run the test suite.
- Run formatting and lints.
- Write tests for new behavior.
- Follow the language specific coding style and document public APIs.

See also: CODE_OF_CONDUCT.md and SECURITY.md