Skip to main content

Crate rlobkit_core

Crate rlobkit_core 

Source
Expand description

rlobkit-core: PlatformFile, PlatformDirectory, and common file operations.

Re-exports§

pub use error::RlobKitError;

Modules§

error
paths

Structs§

PlatformDirectory
PlatformFile

Functions§

mime_to_extension
Map a MIME type to a primary file extension
set_android_io
Register Android I/O implementations. Called by rlobkit-dialogs::init() at app startup. No-op on non-Android targets (the pointers are never invoked when no uri field is set).

Type Aliases§

AndroidReadBytes
Android-specific bytes I/O function pointer type.
AndroidWriteBytes