http-fs 0.5.0

HTTP File Service library
Documentation
stages:
    - test

test:cargo:
    image: "rust:latest"
    stage: test
    script:
        - rustc --version && cargo --version
        - cargo check
        - cargo check --features actix
        - cargo check --features hyper
        - cargo test --features actix,hyper