untrusted 0.7.0

Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.
Documentation
language: rust
sudo: false
matrix:
  allow_failures:
    - rust: nightly
  include:
    - rust: stable

    - rust: beta

    - rust: nightly

script:
  - cargo test -vv --release
  - cargo test -vv