properties-file-parser 0.1.1

The goal of this Rust project is to parse .properties file (https://en.wikipedia.org/wiki/.properties)
Documentation
1
2
3
4
5
6
key1: val1

key2=val2

key3 val3

#comment

!another comment

key4