nu-protocol 0.111.0

Nushell's internal protocols, including its abstract syntax tree
Documentation
1
2
3
4
pub(super) use super::{ConfigPath, UpdateFromValue, error::ConfigErrors};
pub use crate::{IntoValue, ShellError, ShellWarning, Span, Type, Value, record};
pub use serde::{Deserialize, Serialize};
pub use std::str::FromStr;