java-props 0.1.2

This crate is designed to parse and modify .properties files, which are frequently used by Java applications.
Documentation
  • Coverage
  • 0%
    0 out of 27 items documented0 out of 15 items with examples
  • Size
  • Source code size: 23.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JAD3N/java-props
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JAD3N

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