Skip to main content

Crate rimloc_core

Crate rimloc_core 

Source

Structs§

PoEntry
Simple PO entry used by import/export utilities and tests.
TransUnit
Minimal unit used across crates to represent a single translation entry scanned from RimWorld XML (Keyed/DefInjected) or produced by tools.

Enums§

RimLocError
Keep a lightweight error type for crates that still import it.

Constants§

RIMLOC_SCHEMA_VERSION
Schema version for RimLoc data outputs (JSON/PO headers).

Functions§

parse_simple_po
Parse a minimal subset of PO syntax used across the workspace. Supports single-line msgid/msgstr pairs and optional reference lines (#: ...).

Type Aliases§

Result
Workspace-wide result alias.