Rust-warp-postgres An async CRUD web service in Rust with warp run code: cargo run run the database: docker run -p 7878:5432 -d postgres:9.6.12