http-connection 0.1.0

Trait representing HTTP connections.
Documentation
1
2
3
4
5
6
7
8
9
10
steps:
  - template: azure-install-rust.yml
    parameters:
      rust_version: stable
  - bash: |
      rustup component add rustfmt
    displayName: Install rustfmt
  - bash: |
      cargo fmt --all -- --check
    displayName: Check formatting