Docs.rs
ailint-core-1.1.0
ailint-core 1.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
04 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
jamesmhall
Dependencies
aho-corasick ^1
normal
ailint-extractor ^1.1.0
normal
anyhow ^1.0
normal
chrono ^0.4
normal
colored ^2.1
normal
glob ^0.3
normal
ignore ^0.4
normal
pulldown-cmark ^0.10
normal
regex ^1.10
normal
schemars ^0.8
normal
serde ^1.0
normal
serde-sarif ^0.7
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
thiserror ^1.0
normal
tracing ^0.1
normal
unicode-segmentation ^1
normal
insta ^1
dev
tempfile ^3
dev
Versions
100%
of the crate is documented
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 json
ailint_
core
1.1.0
Module json
Module Items
Functions
In ailint_
core::
parser
ailint_core
::
parser
Module
json
Copy item path
Source
Expand description
JSON parsing for guidance files that store rules as JSON.
Functions
ยง
parse
Parse a JSON string into a generic
serde_json::Value
.