Docs.rs
ytsaurus-yson-0.2.0
ytsaurus-yson 0.2.0
Docs.rs crate page
Apache-2.0
04 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
sshaplygin
Dependencies
itoa ^1.0
normal
memchr ^2.8
normal
ryu ^1.0
normal
serde ^1.0
normal
thiserror ^2.0
normal
criterion ^0.8.2
dev
proptest ^1.1
dev
serde_bytes ^0.11
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 node
ytsaurus_
yson
0.2.0
Module node
Module Items
Structs
Enums
In crate ytsaurus_
yson
ytsaurus_yson
Module
node
Copy item path
Source
Expand description
Abstract Syntax Tree (AST) representation of YSON values.
Structs
§
Yson
Value
Represents a complete YSON value, including its optional attributes and data node.
Enums
§
Token
Represents individual lexical units (tokens) produced by the YSON lexer.
Yson
Node
Represents the data variants available in the YSON data model.