app-queue 0.1.0

In-app persistent queue for asynchronous jobs
Documentation
1
2
3
4
5
// generated by `sqlx migrate build-script`
fn main() {
    // trigger recompilation when a new migration is added
    println!("cargo:rerun-if-changed=migrations");
}