#properties #java #parser #props #line #modify #frequently

java-props

This crate is designed to parse and modify .properties files, which are frequently used by Java applications

3 releases

0.1.2 Mar 26, 2020
0.1.1 Mar 25, 2020
0.1.0 Mar 1, 2020

#3 in #props

Download history 11/week @ 2024-02-18 35/week @ 2024-02-25 1/week @ 2024-03-03 15/week @ 2024-03-10 54/week @ 2024-03-31

69 downloads per month

MIT/Apache

22KB
598 lines

Java Props

A very simple and lightweight Java properties parser that lets you get, set and remove properties.

  • Allows parsing of properties files into a HashMap.
  • Maintains most formatting used within data such as indentation and new lines.
  • Very simple and easy to use.

Crates.io MIT licensed

Dependencies

~11KB