deadqueue 0.1.0

Dead simple async queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -xe

cargo build

cargo build --no-default-features --features unlimited
cargo build --no-default-features --features resizable
cargo build --no-default-features --features limited

cargo test --no-default-features --features unlimited
cargo test --no-default-features --features resizable
cargo test --no-default-features --features limited