ytsaurus-skiff 0.3.0

Schema and streaming codec for the YTsaurus Skiff format (work in progress)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ytsaurus-skiff
Copyright 2026 The ytsaurus-rs Authors

Licensed under the Apache License, Version 2.0. See the LICENSE file distributed
alongside this one.

This crate is original work. It depends on ytsaurus-yson, which contains a
vendored and modified copy of yson-rs by ss123she; see that crate's NOTICE for
the attribution and licensing of the vendored code.

The Skiff format itself is defined by YTsaurus. This is an independent
implementation of it, written against the official documentation and checked
against the upstream C++ and Go implementations; no upstream source is
redistributed here.