ringbahn / iou

Rust interface to io_uring
Apache License 2.0
328 stars 22 forks source link

Implement Debug for CQE #55

Closed 4lDO2 closed 4 years ago

4lDO2 commented 4 years ago

Makes CQE implement std::fmt::Debug. At the moment it's simply a #[derive(Debug)], but the existence of the impl is more important than how it's printed, at least initially.

withoutboats commented 4 years ago

Thanks! :+1: