minghuaw / fe2o3-amqp

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

Support `no_std`? #238

Open minghuaw opened 5 months ago

minghuaw commented 5 months ago

The no_std ecosystem is much more mature than when I started this project, so supporting no_std is indeed a possibility. However, I don't personally have any urgent need of no_std support right now. Feel free to let me know if this is of interest to you in this issue (whether you want this feature or you would like to contribute).