1//! Unix-specific extensions to primitives in the `tokio_fs` module. 2 3mod symlink; 4pub use self::symlink::symlink;