httpwsrep 0.2.4

http status codes for galera cluster
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - stable

os:
  - linux
  - osx

before_script:
  - rustup component add clippy
script:
  - cargo clippy -- -D warnings
  - cargo build