dotenvpp-parser 0.0.2

Core .env parser for DotenvPP — no_std compatible
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dotenvpp-parser"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Core .env parser for DotenvPP — no_std compatible"

[features]
default = ["std"]
std = []

[dependencies]
thiserror = { workspace = true }

[lints]
workspace = true