Crates.io | x2y |
lib.rs | x2y |
version | 0.1.2 |
source | src |
created_at | 2023-09-13 10:24:45.196184 |
updated_at | 2023-10-25 10:44:36.869274 |
description | A data-serialization file transcoder written in Rust. |
homepage | https://github.com/edneedham/x2y |
repository | https://github.com/edneedham/x2y |
max_upload_size | |
id | 971373 |
size | 51,617 |
Transcode data-serialization files from x to y.
You have some file(s) in a particular data-serialization language and you want them in a different language.
> x2y -x yaml -y json .
Any files that are in the current working directory that have a yaml format are converted to json format.
> x2y -y yaml config.json
When a single file is specified, the option for the input format is no longer necessary as it is taken from the input file.
Yaml
Json
Toml
> cargo install --locked x2y