json 0.11.15

JSON implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust

rust:
  - stable
  - beta
  - nightly

branches:
  except:
    - dev
    - benches

matrix:
  allow_failures:
    - rust: nightly

os:
  - linux