Expand description

Provides support for processing structures.

Macros§

  • Creates a EnumSet literal, which can be used in const contexts.

Structs§

Enums§

  • A type for dealing with chunks of annotated text.
  • Whether an attribute should be PII-strippable/should be subject to datascrubbers
  • Used to indicate how to handle an annotated value in a callback.
  • The (simplified) type of a value.

Traits§

Functions§

  • Modifies this value based on the action returned by f.
  • Concatenates chunks into a string and emits remarks for redacted sections.
  • Splits the string into chunks, maps each chunk and then joins chunks again, emitting remarks along the process.
  • Processes the value using the given processor.
  • Chunks the given text based on remarks.

Type Aliases§

  • The result of running a processor on a value implementing ProcessValue.

Derive Macros§