reciter 0.1.2

Macro that allows converting a recursive function into an Iterator, which uses a cache
Documentation
image: "rustdocker/rust:beta"

test:cargo:
  script:
  - rustc --version && cargo --version      # Print version info for debugging
  - time cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable
  artifacts:
    paths:
      - target/