default_scrubber

Function default_scrubber 

Source
pub fn default_scrubber() -> &'static Scrubber
Expand description

Returns a reference to the default, lazily-initialized global scrubber.

This function ensures that the default scrubber, with its associated regex compilation, is only initialized once for the lifetime of the application.