# Functions
Takes the root node of a yaml document, a path to a key, and a new name for the key.
Walks a yaml document from the root node to the specified path, and then applies the transformation to that node.
takes a yaml document in bytes, a path to a key, and a value to set.
Traverses a yaml document, calling the callback function for each node.