Docs.rs
  • nu-protocol-0.95.0
    • nu-protocol 0.95.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:nushell:publishing
    • sophiajt
    • Dependencies
      • brotli ^5.0 normal optional
      • byte-unit ^5.1 normal
      • chrono ^0.4.34 normal
      • chrono-humanize ^0.2.3 normal
      • convert_case ^0.6 normal
      • fancy-regex ^0.13 normal
      • indexmap ^2.2 normal
      • lru ^0.12 normal
      • miette ^7.2 normal
      • nu-derive-value ^0.95.0 normal
      • nu-path ^0.95.0 normal
      • nu-system ^0.95.0 normal
      • nu-utils ^0.95.0 normal
      • num-format ^0.4 normal
      • os_pipe ^1.2 normal
      • rmp-serde ^1.3 normal optional
      • serde ^1.0 normal
      • thiserror ^1.0 normal
      • typetag ^0.2 normal
      • nu-test-support ^0.95.0 dev
      • os_pipe ^1.2 dev
      • pretty_assertions ^1.4 dev
      • rstest ^0.18 dev
      • serde_json ^1.0 dev
      • strum ^0.26 dev
      • strum_macros ^0.26 dev
      • tempfile ^3.10 dev
      • nix ^0.28 normal
    • Versions
    • 30% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nu_protocol0.95.0

Module ast

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Functions

In crate nu_protocol

Module nu_protocol::ast

source ·

Re-exports§

  • pub use table::Table;

Modules§

  • table

Structs§

  • Block
  • Call
  • CellPath
  • Expression
  • FullCellPath
  • ImportPattern
  • ImportPatternHead
  • Keyword
  • MatchPattern
  • Pipeline
  • PipelineElement
  • Range
  • RangeOperator
  • ValueWithUnit

Enums§

  • Argument
  • Assignment
  • Bits
  • Boolean
  • Comparison
  • Expr
  • ExternalArgument
  • ImportPatternMember
  • ListItem
  • Math
  • Operator
  • PathMember
  • Pattern
  • PipelineRedirection
  • RangeInclusion
  • RecordItem
  • RedirectionSource
  • RedirectionTarget
  • Unit

Functions§

  • eval_operator