camino 1.0.7
          ·
          
            97 commits
          
          to main
          since this release
        
        
        
Added
Utf8Path::is_symlinkchecks whether a path is a symlink. Note that whilestd::path::Pathonly
provides this method for version 1.58 and above,caminopolyfills the method for all Rust versions
it supports.
Changed
- Update repository links to new location camino-rs/camino.
 - Update 
structoptexample to clap 3's builtin derive feature.
(camino continues to work with structopt as before.)