Crate amq_protocol_codegen

source ·
Expand description

§AMQP code generation utilities

amq-protocol-codegen is a library aiming at providing tools to generate code from official AMQP specs definition.

Structs§

Enums§

  • An argument as defined in the AMQP specification

Traits§

Functions§

  • Convert input to camel case
  • Convert input to snake case For the purpose of the AMQP codegen usage, we also handle a few special cases: “type” and “return” become “kind” and “r#return” if raw is true A word needs to be composed of at least two letters, this makes UInt become uint and not u_int

Type Aliases§

  • Type alias to avoid making our users explicitly depend on an extra dependency