jaml 0.2.0

A Rust library for parsing and formatting JAML (Just Another Markup Language)
Documentation
1
2
3
4
5
6
7
8
9
# Simple test
name: "Alice"
age: 30
tags:
  - "rust"
  - "yaml"
config:
  enabled: true
  count: 5