Module task_hookrs::uda

source ·
Expand description

Module containing the types for User Defined Attributes (UDA)

Enums

  • A UDA can have different value types.

Type Definitions

  • The UDA Type is just a BTreeMap<UDAName, UDAValue> in which all fields of a task are saved, which are not part of the taskwarrior standard. (This makes them user defined attributes.)
  • The name of a UDA is just a string.