# 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.