chore: update documentation

This commit is contained in:
Lucas Nogueira
2026-09-22 11:30:47 -03:00
parent d869c162a7
commit a87a3c7d44
104 changed files with 4875 additions and 222 deletions
+5
View File
@@ -7,6 +7,11 @@ use tauri::{plugin::PluginApi, AppHandle, Runtime};
use crate::{FilePath, OpenOptions};
/// Access to the file system APIs on iOS.
///
/// Opening a `file://` URL automatically starts accessing the matching security-scoped resource.
///
/// Retrieved with [`crate::FsExt::fs`].
pub struct Fs<R: Runtime> {
_phantom: std::marker::PhantomData<fn() -> R>,
}