sml 0.1.38

Simple markup language optimized for loading config files and schemas.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
script:
    - cargo test --test test

notifications:
    email: false