[go: up one dir, main page]

untrusted 0.3.1

Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
sudo: false
matrix:
  allow_failures:
    - rust: nightly
  include:
    - rust: stable
    
    - rust: beta

    - rust: nightly
      
script:
  - cargo test