jmagnuson / linemux

Asynchronous tailing library in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-export `notify::Event` and inner types

jmagnuson opened this issue · comments

Consumers shouldn't have to explicitly import notify to be able to work with Event's, since they are a part of linemux's API (i.e. MuxedEvents::next_event).

Done by #66.