xrml 0.1.0

eXtensible Rust Markup Language — recursive acronym: HRML (HRML Markup Language) and TRML (TOML-like Markup Language)
Documentation
1
2
3
4
5
6
7
8
name = "sections"
type = "structure"
xrml = '''
<section>Sections Fixture</section>
'''
expected = '''
Sections Fixture
'''