#yay #formatter #transcoder

app binyay

YAY command-line tool for parsing, formatting, and transcoding YAY documents

1 stable release

1.0.0 Feb 9, 2026

#885 in Development tools

Apache-2.0

375KB
9K SLoC

binyay

Command-line tool for the YAY data format.

Installation

cargo install binyay

Usage

# Validate a file
yay --check config.yay

# Convert to JSON
yay -t json config.yay

# Format and overwrite
yay -w config.yay

# Convert all .yay files in a directory to JSON
yay -t json -w ./configs/

# Convert JSON to YAY
yay -f json -t yay data.json

See CLI.md for full documentation.

License

Apache 2.0

Copyright (C) 2026 Kris Kowal

Dependencies

~3.5–4.5MB
~94K SLoC