项目作者: CleverCloud

项目描述 :
AMQP specifications
高级语言: Rust
项目地址: git://github.com/CleverCloud/amq-protocol.git
创建时间: 2017-03-03T08:42:19Z
项目社区:https://github.com/CleverCloud/amq-protocol

开源协议:BSD 2-Clause "Simplified" License

下载


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