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 = "interactive"
type = "logic"
xrml = '''
<?btn post="/x"?>Go</?btn?>
'''
expected = '''
Go
'''