Docs.rs
cordis-cli-0.0.8
cordis-cli 0.0.8
Docs.rs crate page
MIT
18 August 2026
Links
Repository
crates.io
Source
Owners
dshbox-dev
Dependencies
cordis-loader ^0.0.9
normal
cordis-rs ^0.4.7
normal
ctrlc ^3
normal
notify ^8
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dotenv
cordis_
cli
0.0.8
Module dotenv
Module Items
Functions
In crate cordis_
cli
cordis_cli
Module
dotenv
Copy item path
Source
Expand description
Minimal
.env
loading —
KEY=VALUE
lines, no interpolation.
Functions
§
load
Load
.env
and then
.env.local
from
dir
, without overriding variables that are already set in the environment.
parse
Parse dotenv text into key/value pairs. Supports comments, blank lines, an optional
export
prefix, and single- or double-quoted values. Malformed lines are skipped.