java-properties icon indicating copy to clipboard operation
java-properties copied to clipboard

A library for reading and writing Java properties files in Rust

Results 4 java-properties issues
Sort by recently updated
recently updated
newest added

in java, xx.properties is ISO-8859-1, i think this crate should support default utf8?

When opening this library in `crates.io` and then github, I found the README a bit cryptic, it left out actual usage of this crate. This PR updates the example code...

The previous errors didn't allow API consumers to inspect the underlying cause for their error. Whether it was to handle the error manually or to display a proper "error-chain" for...