pathify 1.0.0 copy "pathify: ^1.0.0" to clipboard
pathify: ^1.0.0 copied to clipboard

A byte-level, cross-platform path manipulation library for Dart, ported from Rust's std::path.

Changelog #

1.0.0 #

  • Byte-level path manipulation API (PathBuf)

  • Cross-platform support for POSIX and Windows paths

  • Automatic platform detection with optional manual override

  • Full Windows prefix support:

    • Disk (C:\)
    • UNC (\\server\share)
    • Device namespace (\\.\)
    • Verbatim (\\?\)
    • Verbatim UNC and Verbatim Disk
  • Correct handling of UTF-8 (POSIX) and UTF-16 (Windows)

  • Safe handling of non-UTF-8 and malformed sequences

  • Component-based path parsing and iteration

  • Support for emoji and foreign language paths

0
likes
0
points
29
downloads

Publisher

verified publisherganeshrvel.com

Weekly Downloads

A byte-level, cross-platform path manipulation library for Dart, ported from Rust's std::path.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on pathify