Docs.rs
  • brush-parser-0.2.5
    • brush-parser 0.2.5
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • reubeno
    • Dependencies
      • arbitrary ^1.3.2 normal optional
      • indenter ^0.3.3 normal
      • peg ^0.8.4 normal
      • thiserror ^1.0.62 normal
      • tracing ^0.1.40 normal
      • utf8-chars ^3.0.3 normal
      • anyhow ^1.0.86 dev
      • assert_matches ^1.5.0 dev
      • criterion ^0.5.1 dev
      • pprof ^0.13.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

brush_parser0.2.5

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • Parser
  • ParserOptions
  • SourceInfo
  • TokenLocation
  • ast::AndOrList
  • ast::ArithmeticCommand
  • ast::ArithmeticForClauseCommand
  • ast::Assignment
  • ast::BraceGroupCommand
  • ast::CaseClauseCommand
  • ast::CaseItem
  • ast::CommandPrefix
  • ast::CommandSuffix
  • ast::CompoundList
  • ast::CompoundListItem
  • ast::DoGroupCommand
  • ast::ElseClause
  • ast::ForClauseCommand
  • ast::FunctionBody
  • ast::FunctionDefinition
  • ast::IfClauseCommand
  • ast::IoHereDocument
  • ast::Pipeline
  • ast::Program
  • ast::RedirectList
  • ast::SimpleCommand
  • ast::SubshellCommand
  • ast::UnexpandedArithmeticExpr
  • ast::WhileOrUntilClauseCommand
  • ast::Word

Enums

  • ParseError
  • TestCommandParseError
  • Token
  • WordParseError
  • ast::AndOr
  • ast::ArithmeticExpr
  • ast::ArithmeticTarget
  • ast::AssignmentName
  • ast::AssignmentValue
  • ast::BinaryOperator
  • ast::BinaryPredicate
  • ast::Command
  • ast::CommandPrefixOrSuffixItem
  • ast::CompoundCommand
  • ast::ExtendedTestExpr
  • ast::IoFileRedirectKind
  • ast::IoFileRedirectTarget
  • ast::IoRedirect
  • ast::SeparatorOperator
  • ast::TestExpr
  • ast::UnaryAssignmentOperator
  • ast::UnaryOperator
  • ast::UnaryPredicate
  • pattern::ExtendedGlobKind
  • prompt::PromptDateFormat
  • prompt::PromptPiece
  • prompt::PromptTimeFormat
  • word::Parameter
  • word::ParameterExpr
  • word::ParameterTestType
  • word::ParameterTransformOp
  • word::SpecialParameter
  • word::SubstringMatchKind
  • word::WordPiece

Functions

  • arithmetic::parse
  • parse_tokens
  • pattern::pattern_to_regex_str
  • pattern::regex_char_needs_escaping
  • prompt::parse
  • test_command::parse
  • tokenize_str
  • word::parse
  • word::parse_parameter

Type Aliases

  • ast::CompleteCommand
  • ast::CompleteCommandItem