little-dude / netlink

netlink libraries for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIO Integration

Gilnaa opened this issue · comments

Hey,

The README.md says that there's optional mio integration, but it doesn't look like anything implements mio::event::Source.

Would you mind if I send a PR adding this impl? (hidden behind a cfg, of course)

Went ahead and opened a PR since it's small enough:
#164