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
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
Add custom rules
Open authority of processor
Open authority of processor but yield warning
Print the result of a processing
Add custom rules without builder pattern
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