java-properties 2.0.0

A library for reading and writing Java properties files in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "java-properties"
version = "2.0.0"
authors = ["Adam Crume <adamcrume@gmail.com>"]
description = "A library for reading and writing Java properties files in Rust."
keywords = ["java", "properties"]
readme = "README.md"
repository = "https://github.com/adamcrume/java-properties"
license = "MIT"
documentation = "https://adamcrume.github.io/java-properties"
edition = "2018"

[dependencies]
encoding_rs = "0.8.32"
lazy_static = "1.4.0"
regex = "1.5.5"