Docs.rs
prax-schema-0.5.0
prax-schema 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
quinnjr
Dependencies
indexmap ^2.0
normal
miette ^7.0
normal
parking_lot ^0.12
normal
pest ^2.7
normal
pest_derive ^2.7
normal
regex-lite ^0.1
normal
serde ^1.0
normal
smol_str ^0.3
normal
thiserror ^2.0
normal
toml ^0.8
normal
tracing ^0.1
normal
criterion ^0.8.0
dev
insta ^1.40
dev
pretty_assertions ^1.4
dev
Versions
86.79%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module parser
prax_
schema
0.5.0
Module parser
Module Items
Structs
Enums
Functions
In crate prax_
schema
prax_schema
Module
parser
Copy item path
Source
Expand description
Schema parser for
.prax
files.
Structs
§
Prax
Parser
The Prax schema parser.
Enums
§
Rule
Functions
§
parse_
schema
Parse a schema from a string.
parse_
schema_
file
Parse a schema from a file.