Crate vast_protocol

Source

Modules§

v4

Functions§

from_reader
Deserialize from a reader. This method will do internal copies of data readed from reader. If you want have a &str input and want to borrow as much as possible, use from_str.
from_str
Deserialize an instance of type T from a string of XML text.
to_string
Serialize struct into a String
to_writer
Serialize struct into a Writer