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
Property
- Conversion from property file to yaml ✔️
- Conversion from property file to json ✔️
Json
- Conversion from yaml to property file ✔️
- Conversion from yaml to **json ✔️
Yaml
- Conversion from json to yaml ✔️
- Conversion from json to property file ✔️
What's coming next
- Bug fixes
- refactor root list conversion code and potential bugs
- add toml property format support
- interactive mode with editor functionality
Releases
0.2.4
- ability to parse yaml now
- restructured code base to rust conventions
- added integration test
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.