[][src]Module adstxt::parser

ads.txt parser.

Structs

AdsTxt

Represents ads.txt data.

Error

Represents an error that occur during parsing.

Record

Represents data of the format <FIELD #1>, <FIELD #2>, <FIELD #3>, <FIELD #4>.

Variable

Represents data of the format <VARIABLE>=<VALUE>.

Enums

Relation

Type of Account/Relationship.

Row

Represents the line data of ads.txt.

Functions

parse

Parse the contents of ads.txt.

parse_adstxt

Parse the contents of ads.txt.

Type Definitions

Result

Wrapper for the Result type with an Error.