embaked.embaked

Undocumented in source.

Members

Enums

Options
enum Options
Undocumented in source.

Functions

defaultResolver
const(char)[] defaultResolver(const(char)[] uri, const(char)[] fileName, const(char)[][] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbakeResult embake(const(char)[] source, Options options, const(char)[][] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbeddedContent[] embake(const(char)[] source, Options options, Appender app, const(char)[][] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbeddedContent[] embake(Document doc, Options options, const(char)[][] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbeddedContent[] embake(const(char)[] source, Options options, Appender app, Resolver resolve)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbakeResult embake(const(char)[] source, Options options, Resolver resolve)
Undocumented in source. Be warned that the author may not have intended to support it.
embake
EmbeddedContent[] embake(Document doc, Options options, Resolver resolve)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

EmbakeResult
struct EmbakeResult
Undocumented in source.
EmbeddedContent
struct EmbeddedContent
Undocumented in source.

Meta