Crate harlaw[][src]

Structs

Search/replace struct for custom settings.

Individual dictionary entry. Each entry contains word, and at least one definition for the word.

Custom settings object for running removes and search/replaces on DSL file.

Functions

Default settings for DSL transform. You can use these as a base for your own custom settings.

Transform DSL dictionary into vector of DictionaryEntries with default markup. Default Lingvo tags are transformed to their HTML equilevants.

Transform DSL dictionary into vector of DictionaryEntries with custom formatting settings.

Transform DSL dictionary into vector of DictionaryEntries with not markup. This version removes all formatting tags.

“No markup” settings for DSL transform. Does not perform any search/replaces, but instead removes all known Lingvo markup.

Transform DSL dictionary into a JSON file. Default Lingvo tags are transformed to their HTML equilevants.

Transform DSL dictionary into a JSON file. All formatting markup & lingvo tags are removed, keeping only the text content.

Transform DSL dictionary into a JSON file with custom formatting settings.