Docs.rs
yaml-schema-0.9.1
yaml-schema 0.9.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
aisrael
Dependencies
clap ^4.5.42
normal
env_logger ^0.11.3
normal
eyre ^0.6.8
normal
hashlink ^0.10.0
normal
jsonptr ^0.7.1
normal
log ^0.4.21
normal
ordered-float ^5.0.0
normal
regex ^1.10.4
normal
reqwest ^0.12.22
normal
saphyr ^0.0.6
normal
serde_json ~1.0
normal
thiserror ^2.0
normal
url ^2.5.7
normal
assert_cmd ^2.2.0
dev
boon ^0.6.1
dev
criterion ^0.5.1
dev
ctor ^0.4.2
dev
cucumber ^0.21.0
dev
serde_json ~1.0
dev
serde_yaml ^0.9.34
dev
tempfile ^3.23
dev
tokio ^1.43.1
dev
Versions
38.67%
of the crate is documented
Platform
aarch64-apple-darwin
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
Skip to main content
Module reference
yaml_
schema
0.9.1
Module reference
Module Items
Structs
In crate yaml_
schema
yaml_schema
Module
reference
Copy item path
Source
Structs
§
RefUri
Parsed representation of a
$ref
URI for resolution. Supports same-document (#/…), relative (./other.yaml), and absolute (https://…, file:///…) references.
Reference
A Reference is a reference to another schema, usually one that is declared in the
$defs
section of the root schema.