mysql_common 0.20.2

MySql protocol primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
cache: cargo

rust:
  - stable
  - beta
  - nightly

env:
  - RUST_BACKTRACE=full

before_script:
  - export PATH="$PATH:$HOME/.cargo/bin"
  - rustup component add rustfmt

script:
  - cargo test --verbose
  - cargo fmt -- --check