Docs.rs
  • zen-expression-0.35.1
    • zen-expression 0.35.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bot-gorules
    • Dependencies
      • ahash ^0.8.11 normal
      • bumpalo ^3.16.0 normal
      • chrono ^0.4.38 normal
      • fastrand ^2.1.0 normal
      • humantime ^2.1.0 normal
      • nohash-hasher ^0.2.0 normal
      • once_cell ^1.19.0 normal
      • regex ^1.10.6 normal optional
      • regex-lite ^0.1.6 normal optional
      • rust_decimal ^1.33.1 normal
      • rust_decimal_macros ^1.33.1 normal
      • serde ^1.0.208 normal
      • serde_json ^1.0.126 normal
      • strsim ^0.11.1 normal
      • strum ^0.26.2 normal
      • strum_macros ^0.26.2 normal
      • thiserror ^1.0.63 normal
      • anyhow ^1.0.86 dev
      • criterion ^0.5.1 dev
      • csv ^1.3.0 dev
      • serde_json5 ^0.1.0 dev
    • Versions
    • 3.97% 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

zen_expression0.35.1

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • Isolate
  • compiler::Compiler
  • intellisense::IntelliSense
  • intellisense::IntelliSenseToken
  • lexer::Lexer
  • lexer::Token
  • parser::NodeMetadata
  • parser::Parser
  • parser::ParserResult
  • parser::Standard
  • parser::Unary
  • variable::VariableDeserializer
  • vm::VM

Enums

  • IsolateError
  • compiler::CompilerError
  • compiler::Opcode
  • compiler::TypeCheckKind
  • compiler::TypeConversionKind
  • lexer::ArithmeticOperator
  • lexer::Bracket
  • lexer::ComparisonOperator
  • lexer::Identifier
  • lexer::LexerError
  • lexer::LogicalOperator
  • lexer::Operator
  • lexer::QuotationMark
  • lexer::TemplateString
  • lexer::TokenKind
  • parser::BuiltInFunction
  • parser::Node
  • parser::ParserError
  • variable::Variable
  • variable::VariableType
  • vm::VMError

Functions

  • evaluate_expression
  • evaluate_unary_expression