mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
12 lines
388 B
Markdown
12 lines
388 B
Markdown
# Haesli - AMQP implementation in Rust
|
|
|
|
**This is still work in progress!**
|
|
|
|
|
|
## Relevant links
|
|
|
|
[AMQP-0-9-1 specification](https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf)
|
|
|
|
[AMQP 0-9-1 specification generated method PDF](https://www.rabbitmq.com/resources/specs/amqp-xml-doc0-9-1.pdf)
|
|
|
|
[AMQP 0-9-1 specification method XML](https://www.rabbitmq.com/resources/specs/amqp0-9-1.xml)
|