nestac 0.2.0

library to access nested structures using path-like string format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.regex]
version = "1.10.3"

[dependencies.serde_json]
version = "1.0.114"

[package]
authors = ["Ramon Moraes <mitternacht92.pub@gmail.com>"]
description = "library to access nested structures using path-like string format."
documentation = "https://docs.rs/nestac/latest/nestac/"
edition = "2021"
homepage = "https://github.com/mitternacht92/nestac"
license = "MIT"
name = "nestac"
readme = "README.md"
version = "0.2.0"