sterling 1.0.1

Converts a given D&D 5e currency value to the Silver Standard.
Documentation
image: "rust:latest"
stages:
  - test
  - deploy

cargo:test:
  stage: test  
  only:
    - master
  script:
    - cargo test --verbose
    - cargo bench