Skip to content

Commit b0d3874

Browse files
committed
feat(schema): implement KDL Schema validation support
1 parent 8dac042 commit b0d3874

5 files changed

Lines changed: 1035 additions & 1 deletion

File tree

.DS_Store

8 KB
Binary file not shown.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ rust-version = "1.95"
1212
edition = "2024"
1313

1414
[features]
15-
default = ["span", "serde"]
15+
default = ["span", "schema", "serde"]
16+
schema = []
1617
span = []
1718
v1-fallback = ["v1"]
1819
v1 = ["kdlv1"]

0 commit comments

Comments
 (0)