[go: up one dir, main page]

piston_meta 2.0.1

A DSL parsing library for human readable text documents
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - nightly
  - beta
  - stable
script:
  - cargo test -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh