Docs.rs
dmenv-0.20.1
dmenv 0.20.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Documentation
Repository
crates.io
Source
Owners
dmerejkowsky
Dependencies
app_dirs ^1.2.1
normal
colored ^1.6
normal
libc ^0.2.46
normal
regex ^1.1.0
normal
rust-ini ^0.13.0
normal
smallvec ^0.6.10
normal
structopt ^0.2
normal
which ^2.0
normal
ignore ^0.4.6
dev
tempdir ^0.3
dev
Versions
3.85%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
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
Files
dmenv/operations/
mod.rs
1
mod
init;
2
pub mod
lock;
3
pub mod
scripts;
4
pub mod
venv;
5
pub use
init::{init, InitOptions};