nexo-microapp-sdk 0.1.14

Reusable runtime helpers for Phase 11 stdio microapps consuming the nexo-rs daemon (JSON-RPC dispatch loop, BindingContext parsing, typed replies).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Phase 81.19.b locale follow-up — `Locale`, `LangCode`,
//! `RegionCode`, and `LocaleParseError` were moved to
//! `nexo-tool-meta` so `nexo-config` can validate
//! `agents.<id>.language` at YAML deserialise time without
//! triggering a layer inversion (`nexo-config` cannot depend on
//! `nexo-microapp-sdk`).
//!
//! This module is now a thin re-export shim. Existing call sites
//! that import `nexo_microapp_sdk::Locale`,
//! `nexo_microapp_sdk::locale::Locale`, etc. keep working
//! unchanged.

pub use nexo_tool_meta::locale::*;