rdotenv 0.1.3

A simple rust library for parsing .env files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[test]]
name = "parsing_test"
path = "tests/parsing.rs"

[dependencies]

[package]
autotests = true
description = "A simple rust library for parsing .env files"
edition = "2021"
license = "MIT"
name = "rdotenv"
readme = "README.md"
repository = "https://github.com/0xleft/rdotenv"
version = "0.1.3"