yml_to_ron 0.1.0

Simple utility to transmute a yaml file to a valid ron file
1
2
3
4
5
6
7
8
9
10
11
12
13
# YAML to RON

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

## Usage

```rust
cargo build --release
./yron <filename>
```

Produce `<filename-extension>.ron`