Module tdtxt::prelude[][src]

Expand description

The prelude exports all components needed for regular use.

Examples

use tdtxt::prelude::*;

Structs

An iterator of all the Component’s of a Description.

A simple date structure, which represents the date in the format yyyy-mm-dd.

Represents the description part of a Task.

A generic error which can occur during parsing of a date compound.

A generic error which can occur during parsing of a date.

A generic error which can occur during parsing of a description.

A generic error which can occur during parsing of a priority.

A generic error which can occur during parsing of a state.

This struct represents errors which may occur during the parsing of a Task.

A very basic date type used when feature chrono is not active.

Represents the whole task.

A builder for a task.

Enums

A single component of a Description.

Represents the attached dates a Task can have.

Represents the priority a Task can have.

Represents the state of Task.