simpleml 4.0.0

A Rust implementation of a parser/writer for the Simple Markup Language format, as defined by Stenway. See https://dev.stenway.com/SML/. SML builds on top of WSV but allows hierarchical structuring of data.
Documentation
[dependencies.tree_iterators_rs]
version = "3.5"

[dependencies.whitespacesv]
version = "1.0.3"

[lib]
name = "simpleml"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust implementation of a parser/writer for the Simple Markup Language format, as defined by Stenway. See https://dev.stenway.com/SML/. SML builds on top of WSV but allows hierarchical structuring of data."
documentation = "https://docs.rs/simpleml/latest/simpleml/"
edition = "2021"
keywords = ["sml", "simple", "markup", "language", "ReliableTXT"]
license = "MIT"
name = "simpleml"
readme = "README.md"
repository = "https://github.com/mr-adult/SimpleML"
version = "4.0.0"