1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# task-hookrs
`task-hookrs` is a rust library for writing
[taskwarrior](https://taskwarrior.org) hooks.
* [crate](https://crates.io/crates/task-hookrs/)
* [Documentation](https://docs.rs/task-hookrs/)
[]()
[]()
[]()
[]()
`task-hookrs` is able to import and export the JSON taskwarrior understands, so
you can write taskwarrior hooks without having to deal with the JSON
import/export foo by simply using this crate.
# MSRV
1.63.0
# License
task-hookrs - A Rust library for writing taskwarrior hooks and general interfacing with taskwarrior
Copyright (C) 2016-2023 Matthias Beyer
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
For more information and the full license text, see
[the LICENSE file](./LICENSE).
|