Crate taskboard_core_lib[][src]

Re-exports

pub use uuid;

Modules

commands

Structs

ErrorMessage

Errors from our back-end API should be in this format

Project

Projects are used to group tasks

ProjectTasks

A wrapper type with a list of tasks associated to a project

Task

A task represents a single job. Usage example:

Enums

Status