2019-09-01, Version 1.0.3

Commits

Stats

 .github/CODE_OF_CONDUCT.md                |  75 +++++++++-
 .github/CONTRIBUTING.md                   |  55 ++++++-
 .github/ISSUE_TEMPLATE.md                 |   9 +-
 .github/ISSUE_TEMPLATE/bug_report.md      |  23 +++-
 .github/ISSUE_TEMPLATE/feature_request.md |  43 +++++-
 .github/ISSUE_TEMPLATE/question.md        |  18 ++-
 .github/PULL_REQUEST_TEMPLATE.md          |  14 ++-
 .github/stale.yml                         |  17 ++-
 .gitignore                                |   7 +-
 .travis.yml                               |  13 +-
 Cargo.toml                                |  18 ++-
 LICENSE-APACHE                            | 190 ++++++++++++++++++++++-
 LICENSE-MIT                               |  21 ++-
 README.md                                 |  62 +++++++-
 examples/main.rs                          |  13 +-
 src/lib.rs                                | 272 +++++++++++++++++++++++++++++++-
 tests/test.rs                             |   6 +-
 17 files changed, 856 insertions(+)