spirit 0.4.17

Helper to create well behaved daemons with runtime-reconfiguration support
Documentation
# Spirit

[![Actions Status](https://github.com/vorner/spirit/workflows/test/badge.svg)](https://github.com/vorner/spirit/actions)
[![codecov](https://codecov.io/gh/vorner/spirit/branch/master/graph/badge.svg?token=3KA3R2D9fV)](https://codecov.io/gh/vorner/spirit)
[![docs](https://docs.rs/spirit/badge.svg)](https://docs.rs/spirit)

## Looking for contributors and maintainers

This library is too big project for me do in my spare time and I don't have a
direct use case for it now. See [this blog post](https://vorner.github.io/2020/03/01/spring-cleanup.html).

If you want this library to thrive, roll up your sleeves and help. Send PRs,
help reviewing, etc. I'll still be willing fixing serious bugs, doing reviews
and consulting.

Alternatively, I may accept payment to do some development on it.

## The library

Spirit aims to help with combining configuration and command line parsing,
reloading it at runtime and provides various ready-made helpers for common parts
of configuration like logging.

In other words, it cuts down on glue code between many different libraries and
makes writing unix daemons easier.

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Contributions are welcome. If you want to add another helper, or just want to
solve some of the issues, feel free. Some mentoring would also available ‒
contact me either on the rust gitter or over email.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.