Crate serde_llsd

source ·
Expand description

lib.rs

Rust library for serializing and de-serializing data in Linden Lab Structured Data format.

Serde version.

Format documentation is at http://wiki.secondlife.com/wiki/LLSD

Re-exports

Modules

  • #De-serialization. Converts an LLSD stream to tree of LLSDValue structs.
  • Serialization. Converts a tree of LLSDValue structs to an LLSD stream.

Enums

  • The primitive LLSD data item. Serialization takes a tree of these. Deserialization returns a tree of these.