Library Moduletuist.path 0.3.5Path

    Path

    import Path

    Module information

    Declarations
    57
    Symbols
    67

    Coverage

    64.9 percent of the declarations in Path are fully documented26.3 percent of the declarations in Path are indirectly documented8.8 percent of the declarations in Path are completely undocumented

    Declarations

    1.8 percent of the declarations in Path are operators26.3 percent of the declarations in Path are initializers, type members, or enum cases66.7 percent of the declarations in Path are instance members5.3 percent of the declarations in Path are structures

    Interfaces

    100.0 percent of the declarations in Path are unrestricted
    Module stats and coverage details

    Uncategorized

    Types

    • struct AbsolutePath
    • enum PathValidationError

      Describes the way in which a path is invalid.

    • struct RelativePath

      Represents a relative file system path. A relative path never starts with a / character, and holds a normalized string representation. As with AbsolutePath, the normalization is strictly syntactic, and does not access the file system in any way.