ytsaurus-format 0.2.5

Shared YTsaurus table and worker data-format selection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ytsaurus-format

`DataFormat` is the shared public format selection for `ytsaurus-client` and
`ytsaurus-job`:

```rust
use ytsaurus_format::DataFormat;

let format = DataFormat::binary_yson();
```

It currently represents binary/text YSON and validated Skiff declarations. The
non-exhaustive enum is the single extension point for future YTsaurus formats.