archive.har

HAR - Human Archive Format

https://github.com/marler8997/har

HAR is a simple format to represent multiple files in a single block of text, i.e.

import foo; void main() { foofunc(); }

module foo;
void foofunc()
{
}

Members

Classes

HarException
class HarException
Undocumented in source.

Functions

formatDir
auto formatDir(const(char)[] dir)
Undocumented in source. Be warned that the author may not have intended to support it.
formatFile
auto formatFile(const(char)[] file)
Undocumented in source.
formatQuotedIfSpaces
auto formatQuotedIfSpaces(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FileProperties
struct FileProperties
Undocumented in source.
HarExtractor
struct HarExtractor
Undocumented in source.

Meta