Generation

generate functionSat, 12 Nov 2022

Create a rabbitmq connection

let conn = Connection::insecure_open("amqp://guest:guest@localhost:5672/%2f").await?;

Want to kickstart your project?Use the new AI Studio to create your code