yaml-reader 1.0.1

yaml-reader是一个yaml读取工具,可以直接通过`x.y.z.w`方式读取yaml中的内容,不用逐层解析
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "yaml-reader"
version = "1.0.1"
edition = "2024"
authors = ["theorydance <ranfusheng@dingtalk.com>"]
description = "yaml-reader是一个yaml读取工具,可以直接通过`x.y.z.w`方式读取yaml中的内容,不用逐层解析"
documentation = "https://crates.io/crates/yaml-reader"
readme = "README.md"
repository = "https://gitee.com/ranfusheng/yaml-reader.git"
license = "MIT"
license-file = "LICENSE"
keywords = ["yaml", "reader", "parser"]
categories = ["cryptography"]

[dependencies]
serde_yaml = "0.9.34"