httpmock 0.8.2

HTTP mocking library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
stages:
  - build

rust-latest:
  stage: build
  image: rust:latest
  script:
    - make setup
    - cargo build --verbose
    - make test-powerset