Skip to content

Commit 8cb7ace

Browse files
authored
refactor: improve rust implementation
2 parents 25dcbba + 86a43b8 commit 8cb7ace

6 files changed

Lines changed: 495 additions & 169 deletions

File tree

rust/Cargo.lock

Lines changed: 148 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ regex = "1.0"
1515
zip = { version = "7.4.0", default-features = false, features = ["deflate"] }
1616
serde_yaml = "0.9"
1717
ureq = "3.2.0"
18+
log = "0.4"
19+
env_logger = "0.11"
1820

1921
[dev-dependencies]
2022
# tempfile temporarily removed due to Rust version compatibility issues

rust/src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pub mod schema_loader;
2-
pub mod validator;
2+
pub mod validator;

0 commit comments

Comments
 (0)