path_type 3.0.1
path_type: ^3.0.1 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.
3.0.1 #
- Doc update
3.0.0 #
- Update rust version
2.0.0 #
- Migrate to
rust
path type - Add
WindowsPath
andUnixPath
- 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
'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.