Crate nu_protocol

source ·

Re-exports

pub use util::BufferedReader;
pub use config::*;
pub use span::*;

Modules

Structs

This error exists so that we can defer SourceCode handling. It simply forwards most methods, except for .source_code(), which we provide.
A potentially infinite stream of values, optionally with a mean to send a Ctrl-C signal to stop the stream from continuing.
Collection of definitions that can be exported from a module
An iterator over the variants of Self

Enums

The foundational abstraction for input and output to commands
The fundamental error type for the evaluation engine. These cases represent different kinds of errors the evaluator might face, along with helpful spans to label. An error renderer will take this error value and pass it into an error viewer to display to the user.
The syntactic shapes that values must match to be passed into a command. You can think of this as the type-checking that occurs when you call a function.
Core structured values that pass through the pipeline in Nushell.

Constants

Traits

Functions

Type Definitions