simple-queue 0.2.2

A simple persistent queue implementation in Rust backed by PostgreSQL and tokio
Documentation
1
2
3
fn main() {
    println!("cargo:rustc-env=SQLX_OFFLINE=true");
}