Crate yaml_spanned

Crate yaml_spanned 

Source

Re-exports§

pub use error::Error;
pub use error::ParseError;
pub use mapping::Mapping;
pub use number::Number;
pub use ser::value::Serializer;
pub use spanned::Spanned;
pub use tag::Tag;
pub use tag::TaggedValue;
pub use value::Builder;
pub use value::Sequence;
pub use value::Value;

Modules§

de
error
fmt
from
index
mapping
number
partial_eq
ser
spanned
tag
value

Structs§

LossyDocumentDeserializer

Functions§

from_str
from_str_all
from_str_lossy
from_str_lossy_all
from_str_lossy_iter
from_value
Interpret a yaml_spanned::Value as an instance of type T.
to_value
Convert a T into yaml_spanned::Value which is an enum that can represent any valid YAML data.

Type Aliases§

SpannedValue