[go: up one dir, main page]

tendril 0.3.0

Compact buffer/string type for zero-copy parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - nightly
  - beta
  - stable
script:
  - cargo build
  - cargo doc
  - cargo test
  - "if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo test --features unstable; fi"
  - "if [ $TRAVIS_RUST_VERSION = nightly ]; then (cd capi/ctest; ./build-and-test.sh); fi"
notifications:
  webhooks: http://build.servo.org:54856/travis