[][src]Crate tauri_inliner

Structs

Config

Config struct that is passed to inline_file() and inline_html_string()

Enums

Error

Inliner error types.

Functions

inline_file

Returns a Result<String> of the html file at file path with all the assets inlined.

inline_html_string

Returns a Result<String> with all the assets linked in the the html string inlined.

Type Definitions

Result