Skip to main content

Crate fret_platform_native

Crate fret_platform_native 

Source
Expand description

Native (non-wasm) platform implementations for fret-platform contracts.

This crate is intentionally native-only:

  • uses native clipboard/file-dialog/open-url backends (arboard, rfd, webbrowser)
  • uses real filesystem paths for external drops and file dialog selections

For module ownership and “where should this go?” guidance, see crates/fret-platform-native/README.md.

Re-exports§

pub use clipboard::DesktopClipboard;
pub use clipboard::NativeClipboard;
pub use external_drop::DesktopExternalDrop;
pub use external_drop::NativeExternalDrop;
pub use file_dialog::DesktopFileDialog;
pub use file_dialog::NativeFileDialog;
pub use open_url::DesktopOpenUrl;
pub use open_url::NativeOpenUrl;

Modules§

clipboard
external_drop
file_dialog
open_url