pub struct FsResource { /* private fields */ }
Available on crate feature ffxiv only.
Expand description

Resource adapter pre-configured to work with on-disk sqpack packages laid out in the FFXIV format.

Implementations

Search for a FFXIV install in common locations, configuring a resource instance with the found install, if any.

Configure a resource instance with an installation of FFXIV at the specified path.

Trait Implementations

Formats the value using the given formatter. Read more
Retrieve the (repository, category) for a given SqPack path, or None if the path is invalid or does not conform to valid formatting for this resource. Read more
Get the version string for a given repository.
The type of an index resource.
Fetches the specified index resource.
The type of an index2 resource.
Fetches the specified index2 resource.
The type of a dat resource.
Fetches the specified dat resource.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.