Expand description
OpenHarmony File URI bindings for Rust
This crate provides safe Rust bindings for OpenHarmony’s file URI operations, allowing conversion between file paths and URIs, URI validation, and directory operations.
Re-exports§
pub use error::FileUriError;
Modules§
Functions§
- get_
full_ directory_ uri - Get the full directory URI from a file or directory URI
- get_
path_ from_ uri - Get file path from URI
- get_
uri_ from_ path - Get URI from file path
- is_
valid_ uri - Check if the given URI is valid