mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Expose tokio_uds from the root crate (#526)
This commit is contained in:
committed by
Carl Lerche
parent
6b84c73f12
commit
2b1b0ac858
@@ -81,6 +81,9 @@ extern crate tokio_timer;
|
||||
extern crate tokio_tcp;
|
||||
extern crate tokio_udp;
|
||||
|
||||
#[cfg(unix)]
|
||||
extern crate tokio_uds;
|
||||
|
||||
pub mod clock;
|
||||
pub mod executor;
|
||||
pub mod fs;
|
||||
|
||||
Reference in New Issue
Block a user