path_type 2.0.0
path_type: ^2.0.0 copied to clipboard
A path type providing a type-safe and cross-platform path abstraction for managing and manipulating file paths, supporting both POSIX and Windows file systems.
2.0.0 #
- Migrate to
rustpath type - Add
WindowsPathandUnixPath - Remove different path type libraries
1.0.2 #
- Remove deprecated members usage
1.0.1 #
- Switch from rust_core to rust
1.0.0 #
- Stabilize api
- Add
asPath()extension method toString - rename
Path'spathfield tostring
0.4.0 #
- Support
asyncfile methods - Upgrade to rust_core to
1.0.0
0.3.0 #
- Docs
- Better web support
- Add
Path.isIoSupported()
0.2.0 #
- Full implementation of Rust Path type
0.1.0 #
- Initial version.