Project Iconoclast
Reusable code.
This crate includes reusable code that may be shared across "iconoclast-style" projects.
- logging, sets up logging-subscriber with Human-readable, JSON-output or Google Stackdriver compatible logging (feature
gcloud) - management-service (currently based on axum)
- live-reload (feature:
livereload) - listenfd support (feature:
listenfd, default-feature)- enables service-reloads without dropping client-connections with systemfd — useful for development
- and systemd-socket-activation
- kafka (feature:
kafka) - TOML-configuration (via config) (feature
config, default-feature)