Struct tauri_codegen::embedded_assets::EmbeddedAssets[][src]

pub struct EmbeddedAssets(_);
Expand description

Represent a directory of assets that are compressed and embedded.

This is the compile time generation of tauri_utils::assets::Assets from a directory. Assets from the directory are added as compiler dependencies by dummy including the original, uncompressed assets.

The assets are compressed during this runtime, and can only be represented as a TokenStream through ToTokens. The generated code is meant to be injected into an application to include the compressed assets in that application’s binary.

Implementations

Compress a directory of assets, ready to be generated into a tauri_utils::assets::Assets.

Compress a list of files and directories.

Trait Implementations

Returns the “default value” for a type. Read more

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.