Docs.rs
task-hookrs-0.9.0
task-hookrs 0.9.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
matthiasbeyer
Dependencies
chrono ^0.4
normal
derive_builder ^0.12.0
normal
log ^0.4
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
uuid ^1.2
normal
env_logger ^0.10
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
task_
hookrs
0.9.0
Module uda
Module Items
Enums
Type Aliases
In crate task_
hookrs
task_hookrs
Module
uda
Copy item path
Source
Expand description
Module containing the types for User Defined Attributes (UDA)
Enums
§
UDAValue
A UDA can have different value types.
Type Aliases
§
UDA
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.)
UDAName
The name of a UDA is just a string.