pipebuf 0.3.2

Efficient byte-stream pipe buffer
Documentation
1
2
3
4
5
6
#!/bin/bash

./run-feature-combinations | while read features; do
    echo "=== Features: $features"
    cargo test --no-default-features --features "$features" || exit 1
done