ripdeque 0.0.2

A queue based cache inspired by beanstalkd
Documentation
image: rust

stages:
  - test

test:
  stage: test
  script:
    - cargo test --jobs 16
  cache:
    paths:
      - target/
  artifacts:
    paths:
      - target/debug/ripdeque