jaml 0.2.0

A Rust library for parsing and formatting JAML (Just Another Markup Language)
Documentation
1
2
3
4
5
6
# Indent: "  \t"
foo:
  	a: 1
  	b:
    		c: 2
    		d: 3