Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 205 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 205 Bytes

Lapin

Elixir RabbitMQ Client

Installation

def deps do
  [
    {:lapin, "~> 1.0.0"}
  ]
end

Documentation can be be found at https://hexdocs.pm/lapin.