Antti / rust-amqp

AMQP client in pure rust. Corresponds to rabbitmq spec.
MIT License
249 stars 45 forks source link

Make `basic::GetIterator` public #56

Open ihrwein opened 7 years ago

ihrwein commented 7 years ago

First of all, thanks for working on this library!

I'd like to store a basic::GetIterator value in my struct, but cannot do it since it's private. Can we make that type public? If yes, I'm more than happy to send a PR.

Thanks!

Update: actually the type is public, but its module is private. Reexporting it from basic would be equally good for me.