85 releases (33 stable)

8.1.0 Feb 24, 2025
8.0.0-beta.1 Dec 9, 2024
8.0.0-alpha.4 Sep 21, 2024
8.0.0-alpha.2 Jun 22, 2024
2.1.1 Jun 26, 2019

#1887 in Network programming

Download history 37214/week @ 2024-11-21 33592/week @ 2024-11-28 38044/week @ 2024-12-05 39199/week @ 2024-12-12 21862/week @ 2024-12-19 12061/week @ 2024-12-26 27267/week @ 2025-01-02 38703/week @ 2025-01-09 37066/week @ 2025-01-16 38064/week @ 2025-01-23 43174/week @ 2025-01-30 48708/week @ 2025-02-06 37968/week @ 2025-02-13 41753/week @ 2025-02-20 39730/week @ 2025-02-27 42362/week @ 2025-03-06

170,784 downloads per month
Used in 109 crates (via amq-protocol)

BSD-2-Clause

27KB
313 lines

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 URI TCP connection handling

amq-protocol-tcp is a library aiming at providing tools to help connecting to an AMQP URI

Dependencies

~3–24MB
~474K SLoC