[][src]Crate sheldon

A fast, configurable, shell plugin manager.

This crate provides a command line interface and is not intended to be used as a library. You can install the sheldon command line tool using

cargo install sheldon

Read up more at the project homepage here.

Structs

Builder

A builder that is used to construct a Sheldon with specific settings.

Error

An error that can occur in this crate.

Sheldon

The main application.

Enums

Command

The command that we are executing.

ErrorKind

A kind of Error.

Verbosity

The requested verbosity of output.

Type Definitions

Result

A custom result type to use in this crate.