qcell 0.5.4

Statically-checked alternatives to RefCell and RwLock
Documentation
#!/bin/bash

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

echo SUCCESS