Implement typed RLV protocol parser (#78)
Some checks failed
Native code generation / deterministic (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 4m11s
JPEG 2000 feature / linux (push) Successful in 2m52s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Has been cancelled
Some checks failed
Native code generation / deterministic (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 4m11s
JPEG 2000 feature / linux (push) Successful in 2m52s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Has been cancelled
This commit is contained in:
12
README.md
12
README.md
@@ -462,3 +462,15 @@ rigged-mesh skin matrices and normalized weights. A large executable fixture
|
||||
reports decode allocations and timing without replacing correctness gates. The
|
||||
format, ownership, error, and tangent-output contracts are documented in the
|
||||
[`MeshFoundry` guide](crates/libremetaverse-rendering-mesh-foundry/README.md).
|
||||
|
||||
The native RLV protocol layer parses bounded chat messages into typed clear,
|
||||
action, restriction, and query directives without changing client state. It
|
||||
preserves source casing, folder paths, separators, numeric channels, UUIDs, and
|
||||
attachment/wearable aliases while exposing canonical behavior names and
|
||||
source-located typed errors. All 119 restriction names from the pinned
|
||||
LibreMetaverse snapshot are covered, and deterministic malformed-input
|
||||
mutations exercise the parser without an external fuzzing runtime. State,
|
||||
camera, inventory, callback, and transport effects remain explicit consumers
|
||||
of this pure layer. The grammar, normalization rules, limits, and ownership
|
||||
boundary are documented in the
|
||||
[`RLV protocol guide`](crates/libremetaverse-rlv/README.md).
|
||||
|
||||
Reference in New Issue
Block a user