Module term_rustdoc::util

source ·
Expand description

common public utils

Macros§

  • Creates a CompactString using interpolation of runtime expressions.

Structs§

Traits§

  • A trait that provides convience methods for creating a CompactString from a collection of items. It is implemented for all types that can be converted into an iterator, and that iterator yields types that can be converted into a str.
  • A trait for converting a value to a CompactString.

Functions§

Type Aliases§

  • Type alias for a hashmap using the fx hash algorithm.