Skip to content

Commit 2564e38

Browse files
committed
feat(schema): implement KDL Schema validation support
1 parent ce27425 commit 2564e38

File tree

5 files changed

+1035
-1
lines changed

5 files changed

+1035
-1
lines changed

.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.71.1"
1212
edition = "2021"
1313

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

0 commit comments

Comments
 (0)