path_type 1.0.2 path_type: ^1.0.2 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.
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
'spath
field tostring
0.4.0 #
- Support
async
file 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.