Struct rad::processor::Processor[][src]

pub struct Processor { /* fields omitted */ }
Expand description

Processor that parses(lexes) given input and print out to desginated output

Implementations

Creates default processor with basic macros

Creates default processor without basic macros

Set write option to yield output to the file

Yield error to the file

Use unix line ending instead of operating system’s default one

Set greedy option

Set purge option

Set strict option

Set silent option

Add custom rules

Open authority of processor

Open authority of processor but yield warning

Discard output

Creates a unreferenced instance of processor

Print the result of a processing

Freeze to single file

Add new basic rules

Add custom rules without builder pattern

Read from string

Read from standard input

If debug mode is enabled this, doesn’t read stdin line by line but by chunk because user input is also a standard input and processor cannot distinguish the two

Process contents from a file

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

Performs the conversion.

Performs the conversion.

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.