[go: up one dir, main page]

config 0.6.0

Layered configuration system for Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: true
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable

matrix:
    allow_failures:
        - rust: nightly

script:
  - cargo test