Docs.rs
lintel-check-0.0.3
lintel-check 0.0.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
macalinao
Dependencies
anyhow ^1
normal
glob ^0.3
normal
glob-match ^0.2
normal
ignore ^0.4
normal
json5 ^1.3
normal
jsonc-parser ^0.29
normal
jsonschema ^0.42
normal
lintel-config ^0.0.2
normal
lintel-schema-cache ^0.0.3
normal
lintel-validation-cache ^0.0.2
normal
miette ^7
normal
rayon ^1.10
normal
schemastore ^0.0.3
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
thiserror ^2
normal
tokio ^1
normal
toml ^1.0
normal
tracing ^0.1
normal
async-trait ^0.1
dev
insta ^1
dev
tempfile ^3
dev
tokio ^1
dev
lintel-config ^0.0.2
build
serde_json ^1
build
Versions
46.75%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module validate
lintel_
check
0.0.3
Module validate
Module Items
Structs
Enums
Functions
In crate lintel_
check
lintel_check
Module
validate
Copy item path
Source
Structs
§
Checked
File
A file that was checked and the schema it resolved to.
Validate
Args
Validate
Result
Result of a validation run.
Enums
§
Lint
Error
A single lint error produced during validation.
Functions
§
run
Errors
run_
with
Like
run
, but calls
on_check
each time a file is checked, allowing callers to stream progress (e.g. verbose output) as files are processed.