Crates.io | pwd |
lib.rs | pwd |
version | 1.4.0 |
source | src |
created_at | 2017-09-25 18:52:10.651664 |
updated_at | 2022-07-25 12:44:09.729296 |
description | Safe interface to pwd.h |
homepage | https://gitlab.com/pwoolcoc/pwd.git |
repository | https://gitlab.com/pwoolcoc/pwd.git |
max_upload_size | |
id | 33092 |
size | 11,825 |
= pwd module for unix-y systems
image::https://img.shields.io/crates/v/pwd.svg?style=flat-square[link="https://crates.io/crates/pwd",alt="crates.io"] image::https://deps.rs/repo/gitlab/pwoolcoc/pwd/status.svg[link="https://deps.rs/repo/gitlab/pwoolcoc/pwd",alt="dependency status"]
This is a small veneer over pwd.h, mostly just hides away the unsafe
parts.
== Installation
In the [dependencies]
section of your Cargo.toml
, add the following line:
== Usage
use pwd::Passwd;