Re-exports

pub use yajrc;
pub use super::call_remote;
pub use super::default_arg_parser;
pub use super::default_display;
pub use super::default_stdin_parser;
pub use super::make_phantom;
pub use super::match_types;

Structs

Deprecated, replaced with Command

The abstract representation of a command line argument. Used to set all the options and relationships that define a valid argument for the program.

Container for parse results.

Zero-sized type used to mark things that “act like” they own a T.

Component parts of an HTTP Request

Component parts of an HTTP Response

The Tokio runtime.

Enums

Application level settings, which affect how Command operates

A clone-on-write smart pointer.

Represents any valid JSON value.

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

Functions

Interpret a serde_json::Value as an instance of type T.

Runs the provided closure on a thread where blocking is acceptable.

Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.

Derive Macros