[][src]Module hayagriva::io

Reading and writing YAML bibliographies.

Enums

YamlBibliographyError

Errors which could occur when reading a Yaml bibliography file.

YamlDataTypeError

An error that can occur for each of the parsable data types.

YamlFmtStringError

Errors that can occur when reading a FmtString from the yaml bibliography file

Functions

from_biblatex

Parse a bibliography from a BibLaTeX Bibliography.

from_biblatex_str

Parse a bibliography from a BibLaTeX source string.

from_yaml

Parse a bibliography from a loaded YAML file.

from_yaml_str

Parse a bibliography from a YAML string.

to_yaml

Serialize a bibliography into the YAML format.

to_yaml_str

Serialize a bibliography into a YAML string.