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