app_properties 0.1.1

A Rust library for reading application properties from a file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.serde_yaml]
version = "0.9.18"

[package]
categories = ["data-structures"]
description = "A Rust library for reading application properties from a file."
documentation = "https://docs.rs/app_properties"
edition = "2021"
keywords = ["application", "properties"]
license = "MIT"
name = "app_properties"
readme = "README.md"
repository = "https://github.com/claudiomontchaves/app_properties"
version = "0.1.1"