Registry / messaging / amq-protocol-types

amq-protocol-types

JSON →
library10.6.1rscratesunverified

Provides AMQP specification types for building AMQP clients and servers.

# Cargo.toml [dependencies] amq-protocol-types = "10.6.1"
INSTALL
IMPORT
SIG · AMQ-PROTOCOL-TYPES
A
amq-protocol-types
messagingrustv10.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AMQPValue
use amq_protocol_types::AMQPValue;

Creates an AMQP value from a string.

use amq_protocol_types::AMQPValue; fn main() { let value = AMQPValue::from("hello"); println!("{:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
amq-protocol-types — cargo add amq-protocol-types · libregistry