procon 0.1.1

A programm to convert between different property formats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Why does this crate exists?
At work, I was looking for a tool to convert a java property file into a yaml formatted property file.
- since I didn't find any good cli tool for the job I wrote my own tool
- I was also interested in this new cool hip programming language called **rust**.

That's being said I am a noob when it comes to rust development. So please be nice 😁

# Current state
- Conversion from **property file** to yaml ✔️
- Conversion from **property file** to json ✔️
- Conversion from **yaml** to **property file**- Conversion from **yaml** to **json  ❌
- Conversion from **json** to **yaml**- Conversion from **json** to **property file**
## You want to help
If you want to help in the development feel free.
If you are a pro rust developer, and you have some tips appreciate it.