Docs.rs
  • osutils-0.1.0
    • osutils 0.1.0
    • Docs.rs crate page
    • GPL-2.0+
    • Links
    • crates.io
    • Source
    • Owners
    • jelmer
    • Dependencies
      • chrono ^0.4 normal
      • hostname ^0.3.1 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4 normal
      • memchr ^2.3.3 normal
      • num_cpus ^1.13.0 normal
      • path-clean ^1 normal
      • rand ^0.8 normal
      • regex ^1.5.4 normal
      • sha1 ^0.10 normal
      • unicode-normalization ^0.1.19 normal
      • walkdir ^2 normal
      • nix >=0.26 normal
    • Versions
    • 7.06% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module path

  • Modules
  • Constants
  • Functions
?
Change settings

Module osutils::path

source ·

Modules

  • posix
  • win32

Constants

  • MIN_ABS_PATHLENGTH

Functions

  • abspath
  • accessible_normalized_filename
  • available_backup_name
  • find_executable_on_path
  • inaccessible_normalized_filename
  • is_inside
  • is_inside_any
  • is_inside_or_parent_of_any
  • legal_path
  • minimum_path_selection
  • normalized_filename
    Get the unicode normalized path, and if you can access the file.
  • normalizepath
  • normalizes_filenames
  • normpath
  • parent_directories
  • quotefn
    Return a quoted filename filename
  • realpath
  • relpath
    Return path relative to base, or raise PathNotChild exception.