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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "simpleml"
version = "4.0.0"
dependencies = [
 "tree_iterators_rs",
 "whitespacesv",
]

[[package]]
name = "streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"

[[package]]
name = "tree_iterators_rs"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921f2b45e47680b4daf3c0db6efecaaa78a9f52a0856956c4da77f11876ccf33"
dependencies = [
 "streaming-iterator",
]

[[package]]
name = "whitespacesv"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a618fb9ec674dbc515ce4157c9d542a3838fe40f709b634b536b1ccb7e124f9f"