[][src]Crate muon_rs

MuON

Serialize / deserialize MuON documents in Rust.

Structs

Deserializer

MuON deserializer

Serializer

MuON serializer

Enums

Error

Errors which can occur when serializing and deserializing MuON data.

Functions

from_reader

Deserialize a MuON document from a reader

from_slice

Deserialize a MuON document from a byte slice

from_str

Deserialize a MuON document from a string slice

to_string

Serialize a value to a string in MuON format

to_vec

Serialize a value to a Vec of bytes in MuON format

to_writer

Serialize a value to a writer in MuON format

Type Definitions

Result

MuON result type