1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Instructions for AI Agents
## Overview
This is a pure Ruby implementation of a AMQP 0-9-1 protocol parser
(more specifically% serialization, deserialization, framing) used by
[Bunny](https://github.com/ruby-amqp/bunny), a Ruby AMQP 0-9-1 client for RabbitMQ.
## Target Ruby Version
This library targets Ruby 3.0 and later versions.
## Comments
* Only add very important comments, both in tests and in the implementation
## Git Instructions
* Never add yourself to the list of commit co-authors
## Style Guide
* Never add full stops to Markdown list items
|