cargo-user 0.1.0

A Cargo plugin for managing multiple sets of credentials.
Documentation
# Cargo-User

[
![Crates.io](https://img.shields.io/crates/v/cargo-user?logo=rust)
](https://crates.io/crates/cargo-user)
[
![docs.rs](https://docs.rs/cargo-user/badge.svg)
](https://docs.rs/cargo-user)


## Installation

With [Cargo](https://github.com/rust-lang/cargo) installed, the following command will build and install `cargo-user` from [crates.io](https://crates.io) automatically:

```bash
$ cargo install cargo-user
```

As long as `$HOME/.cargo/bin/` is included in `$PATH`, the subcommand should be available immediately.


## Usage

```bash
$ cargo user
```