pub use fs;
use ;
use FileType;
pub use fs_err as fs;
use crate::;
/// Follow symlink at `path` just one level, and return the new path.
///
/// # Errors:
/// - If `path` does not exist
/// - If `path` is not a symlink
/// - If `Io::Error` from `fs::read_link(path)`
pub