yml_to_ron

Crates.ioyml_to_ron
lib.rsyml_to_ron
version0.1.0
sourcesrc
created_at2021-03-10 15:25:21.496065
updated_at2021-03-10 15:25:21.496065
descriptionSimple utility to transmute a yaml file to a valid ron file
homepage
repository
max_upload_size
id366819
size52,172
Neil (hube12)

documentation

README

YAML to RON

Simple utility to transmute a yaml file to a valid ron file

Usage

cargo build --release
./yron <filename>

Produce <filename-extension>.ron

Commit count: 0

cargo fmt