lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit eb368b92c8e00658223a540246aed6662ed5b19d
parent d8a0f94f277f6696efcadba33b50183578e1605f
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:59:52 +0000

runtime_paths: update metadata

Diffstat:
Mcrates/runtime_paths/Cargo.toml | 4++--
Acrates/runtime_paths/README | 22++++++++++++++++++++++
Dcrates/runtime_paths/README.md | 15---------------
3 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/crates/runtime_paths/Cargo.toml b/crates/runtime_paths/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "canonical local filesystem path resolution for radroots runtimes" +description = "Canonical local path resolution for runtime layouts" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_runtime_paths" -readme = "README.md" +readme = "README" [dependencies] thiserror = { workspace = true } diff --git a/crates/runtime_paths/README b/crates/runtime_paths/README @@ -0,0 +1,22 @@ +# radroots_runtime_paths + +This is the README for `radroots_runtime_paths`, which provides canonical local +path resolution for the `radroots` core libraries. + +## Overview + + * default file-name and bootstrap-path helpers for local runtime layouts; + * platform, host-environment, namespace, and path-profile types for path + decisions; + * resolver and override types that produce structured `RadrootsPaths` outputs; + * legacy-path inspection and migration constants for compatibility handling. + +## Copyright + +Except as otherwise noted, all files in the `radroots_runtime_paths` +distribution are + + Copyright (c) 2020-2026 Tyson Lupul + +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see LICENSE included in the `radroots_runtime_paths` distribution. diff --git a/crates/runtime_paths/README.md b/crates/runtime_paths/README.md @@ -1,15 +0,0 @@ -# radroots_runtime_paths - -Canonical local filesystem path resolution for Rad Roots runtimes. - -## Goals - -- define the shared interactive-user, service-host, repo-local, and mobile-native path contract -- keep Linux, macOS, and Windows path derivation deterministic and explicit -- keep runtime namespaces explicit across apps, services, workers, and shared storage areas -- give higher-level runtimes one reusable source of truth for config, data, cache, logs, run, and - secrets roots - -## License - -Licensed under AGPL-3.0. See LICENSE.