signstar-common 0.1.2

Common components for Signstar libraries and command-line interfaces
Documentation
# Signstar common

Shared components and data types for Signstar tools and libraries

## Documentation

- <https://signstar.archlinux.page/rustdoc/signstar_common/> for development version of the crate
- <https://docs.rs/signstar_common/latest/signstar_common/> for released versions of the crate

## Features

- `logging` enables the `signstar_config::logging` module which provides utilities for logging.

## Contributing

Please refer to the [contributing guidelines] to learn how to contribute to this project.

## License

This project may be used under the terms of the [Apache-2.0] or [MIT] license.

Changes to this project - unless stated otherwise - automatically fall under the terms of both of the aforementioned licenses.

[Apache-2.0]: https://www.apache.org/licenses/LICENSE-2.0
[MIT]: https://opensource.org/licenses/MIT
[contributing guidelines]: ../CONTRIBUTING.md