Docs.rs
  • zen-engine-0.35.1
    • zen-engine 0.35.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bot-gorules
    • Dependencies
      • ahash ^0.8.11 normal
      • anyhow ^1.0.86 normal
      • bincode ^2.0.0-rc.3 normal optional
      • fixedbitset ^0.4.2 normal
      • itertools ^0.13.0 normal
      • json_dotpath ^1.1.0 normal
      • once_cell ^1.19.0 normal
      • petgraph ^0.6.5 normal
      • reqwest ^0.12 normal
      • rquickjs ^0.8.1 normal
      • rust_decimal ^1.33.1 normal
      • serde ^1.0.208 normal
      • serde_json ^1.0.126 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.3 normal
      • zen-expression ^0.35.1 normal
      • zen-tmpl ^0.35.1 normal
      • criterion ^0.5.1 dev
      • tokio ^1.39.3 dev
    • Versions
    • 4.95% 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_engine0.35.1

Crate Items

  • Structs
  • Enums
  • Statics
  • Traits
  • Type Aliases

List of all items

Structs

  • Decision
  • DecisionEngine
  • EvaluationOptions
  • handler::custom_node_adapter::CustomDecisionNode
  • handler::custom_node_adapter::CustomNodeRequest
  • handler::custom_node_adapter::NoopCustomNode
  • handler::decision::DecisionHandler
  • handler::expression::ExpressionHandler
  • handler::function::FunctionHandler
  • handler::function::FunctionResponse
  • handler::graph::DecisionGraph
  • handler::graph::DecisionGraphConfig
  • handler::graph::DecisionGraphResponse
  • handler::graph::DecisionGraphTrace
  • handler::node::NodeError
  • handler::node::NodeRequest
  • handler::node::NodeResponse
  • handler::table::zen::DecisionTableHandler
  • loader::CachedLoader
  • loader::ClosureLoader
  • loader::FilesystemLoader
  • loader::FilesystemLoaderOptions
  • loader::MemoryLoader
  • loader::NoopLoader
  • model::CustomNodeContent
  • model::DecisionContent
  • model::DecisionEdge
  • model::DecisionNode
  • model::DecisionNodeContent
  • model::DecisionTableContent
  • model::DecisionTableInputField
  • model::DecisionTableOutputField
  • model::Expression
  • model::ExpressionNodeContent
  • model::FunctionContent
  • model::SwitchNodeContent
  • model::SwitchStatement
  • model::TransformAttributes

Enums

  • EvaluationError
  • Variable
  • handler::graph::DecisionGraphValidationError
  • loader::LoaderError
  • model::DecisionNodeKind
  • model::DecisionTableHitPolicy
  • model::FunctionNodeContent
  • model::SwitchStatementHitPolicy
  • model::TransformExecutionMode

Traits

  • handler::custom_node_adapter::CustomNodeAdapter
  • loader::DecisionLoader

Type Aliases

  • handler::node::NodeResult
  • loader::LoaderResponse
  • loader::LoaderResult

Statics

  • ZEN_CONFIG