dynamic-pool 0.2.2

a lock-free, thread-safe, dynamically-sized object pool.
Documentation
#!/bin/bash

cd "$(dirname "$0")"/..
set -ex

export RUSTFLAGS="-D warnings"

cargo check --no-default-features
cargo check --bins --examples --tests
cargo test --all-features