Docs.rs
  • arithmetic-parser-0.3.0
    • arithmetic-parser 0.3.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • slowli
    • Dependencies
      • anyhow ^1.0.27 normal
      • bitflags ^1.2.1 normal
      • nom ^6.0.0 normal
      • nom_locate ^3.0.0 normal
      • num-bigint ^0.4.0 normal optional
      • num-complex ^0.4.0 normal optional
      • num-traits ^0.2.14 normal
      • assert_matches ^1.3.0 dev
      • hex ^0.4.2 dev
      • pulldown-cmark ^0.8.0 dev
      • version-sync ^0.9 dev
    • Versions
    • 100% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

arithmetic_parser0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Block
  • Destructure
  • FnDefinition
  • LocatedSpan
  • ObjectDestructure
  • ObjectDestructureField
  • ObjectExpr
  • SpannedError
  • grammars::Features
  • grammars::NumGrammar
  • grammars::Typed
  • grammars::Untyped
  • grammars::WithMockedTypes

Enums

  • BinaryOp
  • CodeFragment
  • Context
  • DestructureRest
  • ErrorKind
  • Expr
  • ExprType
  • Lvalue
  • LvalueLen
  • LvalueType
  • Op
  • OpPriority
  • Statement
  • StatementType
  • UnaryOp
  • UnsupportedType

Traits

  • StripCode
  • StripResultExt
  • grammars::Grammar
  • grammars::IntoInputSpan
  • grammars::MockTypes
  • grammars::NumLiteral
  • grammars::Parse
  • grammars::ParseLiteral

Functions

  • grammars::ensure_no_overlap
  • is_valid_variable_name
  • with_span

Type Aliases

  • Error
  • InputSpan
  • MaybeSpanned
  • NomResult
  • Spanned
  • SpannedExpr
  • SpannedLvalue
  • SpannedStatement
  • grammars::F32Grammar
  • grammars::F64Grammar