lsdata 0.2.0

LSD (Less Syntax Data) configuration/data transfer format.
Documentation
[dependencies.implicit-clone]
version = "0.6.0"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.utf8-chars]
version = "3.0.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "LSD (Less Syntax Data) configuration/data transfer format."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lsdata"
readme = "README.md"
repository = "https://github.com/kirillsemyonkin/lsd"
version = "0.2.0"

[[test]]
name = "parsing-error"
path = "tests/parsing-error.rs"

[[test]]
name = "parsing-pass"
path = "tests/parsing-pass.rs"

[[test]]
name = "using"
path = "tests/using.rs"