Docs.rs
materynskyis_yaml_schema_parser-0.1.2
materynskyis_yaml_schema_parser 0.1.2
Permalink
Docs.rs crate page
MIT
30 June 2026
Links
crates.io
Source
Owners
volodymyr2126
Dependencies
anyhow ^1.0.93
normal
pest ^2.7.14
normal
pest_derive ^2.7.14
normal
thiserror ^2.0.0
normal
Versions
38.46%
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
Crate materynskyis_yaml_schema_parser
materynskyis_
yaml_
schema_
parser
0.1.2
All Items
Crate Items
Structs
Enums
Functions
Crate
materynskyis_
yaml_
schema_
parser
Copy item path
Source
Expand description
Structs
§
Column
Represents a column within a table, including its type and mode.
Schema
Represents a database schema containing multiple tables.
Table
Represents a table within the schema, containing a list of columns.
YAML
Parser
The main YAML parser for database schema files. This parser reads and validates YAML files that define a database schema structure, including schema name, tables, and columns.
Enums
§
Rule
Schema
Err
Enum for handling errors during schema parsing.
Functions
§
parse_
schema
Parses a YAML string into a
Schema
structure.