button.resource

Members

Aliases

ResourceId
alias ResourceId = string

A resource identifier.

Functions

normPath
string normPath(const(char)[] buildRoot, const(char)[] taskDir, const(char)[] path)

Normalizes a resource path while trying to make it relative to the buildRoot. If it cannot be done, the path is made absolute.

Structs

Resource
struct Resource

A representation of a file on the disk.

ResourceKey
struct ResourceKey

A resource key must be unique.

Resources
struct Resources

Output range of implicit resources.

Meta

Authors

Jason White