sdset 0.2.0

Set operations for sorted and deduplicated slices. Much performances! Such Wow!
1
2
3
4
5
6
7
8
9
#!/bin/sh

while true
do
    cargo test qc_
    if [[ x$? != x0 ]] ; then
        exit $?
    fi
done