Contributions are always welcome. This is a guide about the process.
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.
If you want to add or fix functionality in this library, you can create a pull request. The library follows the Rust API guidelines as
much as possible. The code is being tested on both Travis CI and Appveyor. As part of testing,
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.