Docs.rs
  • zen-expression-0.47.2
    • zen-expression 0.47.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bot-gorules
    • Dependencies
      • ahash ^0.8 normal
      • anyhow ^1 normal
      • bumpalo ^3 normal
      • chrono ^0.4 normal
      • chrono-tz ^0.10 normal
      • fastrand ^2 normal
      • humantime ^2 normal
      • iana-time-zone ^0.1 normal
      • nohash-hasher ^0.2.0 normal
      • once_cell ^1 normal
      • recursive ^0.1 normal optional
      • regex ^1 normal optional
      • regex-lite ^0.1 normal optional
      • rust_decimal ^1 normal
      • rust_decimal_macros ^1 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • strsim ^0.11 normal
      • strum ^0.27 normal
      • strum_macros ^0.27 normal
      • thiserror ^1 normal
      • criterion ^0.5 dev
      • csv ^1 dev
      • serde_json5 ^0.2 dev
    • Versions
    • 4% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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.47.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Isolate
  • compiler::Compiler
  • expression::Expression
  • expression::Standard
  • expression::Unary
  • functions::ClosureFunctionIter
  • functions::FunctionRegistry
  • functions::FunctionTypecheck
  • functions::MethodRegistry
  • intellisense::IntelliSense
  • intellisense::IntelliSenseToken
  • lexer::BracketIter
  • lexer::Lexer
  • lexer::Token
  • parser::NodeMetadata
  • parser::Parser
  • parser::ParserResult
  • parser::Standard
  • parser::Unary
  • variable::VariableDeserializer
  • vm::VM

Enums

  • IsolateError
  • compiler::Compare
  • compiler::CompilerError
  • compiler::FetchFastTarget
  • compiler::Jump
  • compiler::Opcode
  • expression::ExpressionKind
  • functions::ClosureFunction
  • functions::DateMethod
  • functions::DeprecatedFunction
  • functions::FunctionKind
  • functions::InternalFunction
  • functions::MethodKind
  • lexer::ArithmeticOperator
  • lexer::Bracket
  • lexer::ComparisonOperator
  • lexer::Identifier
  • lexer::LexerError
  • lexer::LogicalOperator
  • lexer::Operator
  • lexer::QuotationMark
  • lexer::TemplateString
  • lexer::TokenKind
  • parser::Node
  • parser::ParserError
  • variable::Variable
  • variable::VariableType
  • vm::VMError

Traits

  • variable::DynamicVariable

Functions

  • compile_expression
  • compile_unary_expression
  • evaluate_expression
  • evaluate_unary_expression
  • validate::validate_expression
  • validate::validate_unary_expression