README (774B)
1 # radroots_runtime 2 3 This is the README for `radroots_runtime`, which provides runtime configuration 4 and service helpers for the `radroots` core libraries. 5 6 ## Overview 7 8 * config loaders, JSON file helpers, and structured runtime error types; 9 * protected secret-file seal and open helpers built on the workspace security 10 crates; 11 * service bootstrap, shutdown signal, backoff, and tracing initialization 12 utilities; 13 * an optional CLI layer for configuration parsing and process startup. 14 15 ## Copyright 16 17 Except as otherwise noted, all files in the `radroots_runtime` distribution are 18 19 Copyright (c) 2020-2026 Tyson Lupul 20 21 For information on usage and redistribution, and for a DISCLAIMER OF ALL 22 WARRANTIES, see LICENSE included in the `radroots_runtime` distribution.