rust-ini 0.18.0

An Ini configuration file parsing library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: false
language: rust
matrix:
  include:
    - os: windows
      rust: stable
    - os: osx
      rust: stable
    - os: linux
      rust: stable

cache: cargo

script:
  - cargo test -v --no-fail-fast
  - cargo test -v --no-fail-fast --features inline-comment
  - cargo test -v --no-fail-fast --features case-insensitive
  - cargo doc --no-deps