field_lib

Cross-platform Rust runtime for Radroots iOS and Android apps
git clone https://radroots.dev/git/field_lib.git
Log | Files | Refs | README | LICENSE

commit 0c0f894a354146085554228329759f1fc7886e26
parent fa027e8af68d20bf040dd8c1790868da46177e1e
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 15:13:28 +0000

docs: update `radroots-app-core` readme

Diffstat:
Acrates/field_core/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/field_core/README.md b/crates/field_core/README.md @@ -0,0 +1,14 @@ +# radroots_field_core + +Core application runtime primitives for Rad Roots app surfaces. + +## Goals + +- define stable app runtime and error interfaces for Rad Roots clients +- provide unified logging and network integration points for app surfaces +- keep app runtime behavior deterministic across supported targets +- expose reusable app primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.