to xml and to yaml (#463)

This commit is contained in:
Luccas Mateus
2021-12-10 17:46:43 -03:00
committed by GitHub
parent c2c4a1968b
commit 95841e3489
6 changed files with 342 additions and 1 deletions

View File

@ -166,6 +166,8 @@ pub fn create_default_context() -> EngineState {
ToCsv,
ToHtml,
ToMd,
ToYaml,
ToXml,
Touch,
Uniq,
Use,