synd-support 0.4.0

shared support utilities for syndicationd crates
Documentation
1
2
3
4
5
6
7
8
9
10
# synd-support

Shared support utilities for syndicationd crates.

This crate owns application-facing support code that is shared across product crates:

- filesystem, configuration, terminal color, byte, and humantime helpers
- observability support under `synd_support::o11y`

Authentication remains in `synd-auth` because it has a separate security boundary.