iban_validate 3.0.0

A small crate to verify IBAN account numbers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing

Contributions are always welcome. This is a guide about the process.

## Issues

If you encounter a bug, miss a feature or you have a question regarding this library, please don't hesitate to create an issue on
GitHub. To make things easier, include all information relevant to the issue.

## Code

If you want to add or fix functionality in this library, you can create a pull request. The library follows the
[Rust Guidelines](https://aturon.github.io/) and [Rust API guidelines](https://github.com/brson/rust-api-guidelines) as
much as possible. The code is being tested on both Travis CI and Appveyor. As part of testing,
[rustfmt](https://github.com/rust-lang-nursery/rustfmt) is ran to check if the code follows style guidelines. The
easiest way to prevent these tests from failing is to use `cargo fmt` before a commit.