Docs.rs
  • yaml-schema-0.5.1
    • yaml-schema 0.5.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • aisrael
    • Dependencies
      • clap ^4.5.4 normal
      • env_logger ^0.11.3 normal
      • eyre ^0.6.8 normal
      • hashlink ^0.8.4 normal
      • log ^0.4.21 normal
      • regex ^1.10.4 normal
      • saphyr ^0.0.3 normal
      • thiserror ^2.0 normal
      • ctor ^0.3.6 dev
      • cucumber ^0.21.0 dev
      • tokio ^1.38.0 dev
    • Versions
    • 18.01% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

yaml_schema0.5.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • RootSchema
  • YamlSchema
  • engine::Engine
  • reference::Reference
  • schemas::AnyOfSchema
  • schemas::ArraySchema
  • schemas::ConstSchema
  • schemas::EnumSchema
  • schemas::IntegerSchema
  • schemas::NotSchema
  • schemas::NumberSchema
  • schemas::ObjectSchema
  • schemas::OneOfSchema
  • schemas::StringSchema
  • validation::Context
  • validation::LineCol
  • validation::ValidationError

Enums

  • ConstValue
  • Number
  • Schema
  • error::Error
  • schemas::BoolOrTypedSchema
  • schemas::TypeValue
  • schemas::TypedSchema

Traits

  • loader::Constructor
  • validation::Validator

Macros

  • fail_fast
  • generic_error
  • unsupported_type

Functions

  • loader::load_file
  • loader::load_from_doc
  • validation::any_of::validate_any_of
  • version

Type Aliases

  • Result