Module tvix_eval::builtins::to_xml

source ยท
Expand description

This module implements builtins.toXML, which is a serialisation of value information as well as internal tvix state that several things in nixpkgs rely on.

Structsยง

  • XmlEmitter ๐Ÿ”’
    A simple-stupid XML emitter, which implements only the subset needed for byte-by-byte compat with C++ nixโ€™ builtins.toXML.

Functionsยง