minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
58 stars 7 forks source link

Abstract endpoint state machine which may be used for a potential no-std or sync version #189

Open minghuaw opened 1 year ago

minghuaw commented 1 year ago

This would be something similar to quinn-proto