Crate yary

source · []
Expand description

This library exposes methods for interacting with YAML byte streams.

It is currently still in development, and will likely have multiple breaking changes to the exposed API before stabilizing. Use at your own risk.

The exposed APIs are grouped by module, and no high level API yet exists for this library, though this will change in the future.

Re-exports

pub use error::Error;

Modules

Library error type, surfacing any issues encountered during library usage.

This module exposes methods for directly interacting with YAML event streams.

The module contains the adapters for converting plain bytes to a representation that is useful for parsing.