145 releases (41 stable)

new 8.1.1 Mar 17, 2025
8.0.0 Jan 29, 2025
8.0.0-beta.1 Dec 9, 2024
8.0.0-alpha.4 Sep 21, 2024
0.24.0 Mar 28, 2017

#1742 in Network programming

Download history 1992/week @ 2024-11-27 1723/week @ 2024-12-04 2233/week @ 2024-12-11 1447/week @ 2024-12-18 724/week @ 2024-12-25 1414/week @ 2025-01-01 2471/week @ 2025-01-08 2545/week @ 2025-01-15 1823/week @ 2025-01-22 2298/week @ 2025-01-29 2254/week @ 2025-02-05 2413/week @ 2025-02-12 2042/week @ 2025-02-19 2220/week @ 2025-02-26 1913/week @ 2025-03-05 1710/week @ 2025-03-12

8,345 downloads per month
Used in 31 crates (3 directly)

BSD-2-Clause

115KB
3K SLoC

amq-protocol

API Docs Build status Downloads

Features

  • codegen: force code generation (default to pregenerated sources)
  • vendored-openssl: use a vendored openssl version instead of the system one (when using openssl backend)
  • verbose-errors: enable more verbose errors in the AMQP parser

TLS backends

  • native-tls
  • openssl
  • rustls (default)

Rustls certificates store

  • rustls-native-certs (default)
  • rustls-webpki-roots-certs

Warning about crypto backends for rustls

A crypto implementation must be enabled in rustls using feature flags. We mimic what rustls does, providing one feature flag per implementation and enabling the same as rustls by default. Available options are:

  • rustls--aws_lc_rs (default)
  • rustls--ring

lib.rs:

AMQP code generation utilities

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

Dependencies

~5.5MB
~110K SLoC