props 0.1.0

A native Rust library for reading and writing Java properties
Documentation
[lib]
name = "props"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A native Rust library for reading and writing Java properties"
edition = "2021"
exclude = ["examples/*", "fuzz/*"]
homepage = "https://github.com/gohalo/properties"
keywords = ["java", "properties"]
license = "Apache-2.0"
name = "props"
readme = "README.md"
repository = "https://github.com/gohalo/properties"
version = "0.1.0"