Rust Restful CRUD API Goal Fast, Reliable, Concurrent PostgresSQL Restful API built on Rust Utilize axum for http Restful API Utilize deadpool-postgres for connection pool Endpoints POST /channel GET /channel/:channelid PUT /channel/:channelid DELETE /channel/:channelid