polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Adds ToIoError trait and implements this trait for NetlinkPacket #26

Closed bkchr closed 7 years ago

bkchr commented 7 years ago

A NetlinkPacket can contain an error. This trait has a function that tries to convert a NetlinkPacket to a std::io::Error.

bkchr commented 7 years ago

Yeah, sorry for that. I will split them up.

bkchr commented 7 years ago

Done

bkchr commented 7 years ago

Will you merge? :)