Struct armorlib::preprocessors::text::TextPreprocessor [] [src]

pub struct TextPreprocessor;

Trait Implementations

impl Preprocessor for TextPreprocessor
[src]

[src]

Creates two fields: encoding and text TODO: improve documentation; see https://github.com/milesmcc/ArmorLib/issues/8

[src]

Returns a tuple of the name and description of the preprocessor. It is important that the first item of the tuple, the name, does not change once a preprocessor has been added to the master ArmorLib codebase, as the name is what scan modules rely on to ensure that the preprocessor's data is in scope. The name should be in snake case. Read more

[src]

Returns a &'static str of the name of the preprocessor. This is the name that the scan modules will rely on to ensure that the preprocessor's data is available, so it is important that this information does not change. Read more

[src]

Returns a &'static str of the description of the preprocessor.