# task-hookrs `task-hookrs` is a rust library for writing [taskwarrior](https://taskwarrior.org) hooks. * [Documentation](https://matthiasbeyer.github.io/task-hookrs/task-hookrs/index.html) * [![Build Status](https://travis-ci.org/matthiasbeyer/task-hookrs.svg?branch=master)](https://travis-ci.org/matthiasbeyer/task-hookrs) * [travis-ci](https://travis-ci.org/matthiasbeyer/task-hookrs) # License task-hookrs - A Rust library for writing taskwarrior hooks and general interfacing with taskwarrior Copyright (C) 2016 Matthias Beyer This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . For more information and the full license text, see [the LICENSE file](./LICENSE).