combine 4.0.0-beta.2

Fast parser combinators on arbitrary streams with zero-copy support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash -x
set -ex

cargo build
cargo test --all-features
cargo test --all-features --examples

cargo test --bench json --bench http -- --test
cargo check --bench mp4 --features mp4

cargo build --no-default-features
cargo test --no-default-features --examples