Docs.rs
  • json-rules-engine-fork-0.9.7
    • json-rules-engine-fork 0.9.7
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nothing0012
    • Dependencies
      • async-trait ^0.1 normal
      • erased-serde ^0.3 normal
      • futures-util ^0.3 normal optional
      • jsonpath_lib ^0.2 normal optional
      • mustache ^0.9 normal
      • reqwest ^0.11 normal optional
      • rhai ^0.20 normal optional
      • sendgrid ^0.17 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • strum ^0.20 normal
      • strum_macros ^0.20 normal
      • thiserror ^1.0 normal
      • tokio ^1 dev
    • Versions
    • 11.94% 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

json_rules_engine_fork0.9.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • CoalescenceEvent
  • ConditionResult
  • Engine
  • Event
  • Rule
  • RuleResult

Enums

  • Condition
  • Constraint
  • Error
  • Status

Traits

  • EventTrait

Functions

  • and
  • at_least
  • bool_equals
  • float_contains
  • float_does_not_contain
  • float_equals
  • float_greater_than
  • float_greater_than_inclusive
  • float_in
  • float_in_range
  • float_less_than
  • float_less_than_inclusive
  • float_not_equals
  • float_not_in
  • float_not_in_range
  • int_contains
  • int_contains_all
  • int_contains_any
  • int_does_not_contain
  • int_does_not_contain_any
  • int_equals
  • int_greater_than
  • int_greater_than_inclusive
  • int_in
  • int_in_range
  • int_less_than
  • int_less_than_inclusive
  • int_not_equals
  • int_not_in
  • int_not_in_range
  • or
  • string_contains
  • string_contains_all
  • string_contains_any
  • string_does_not_contain
  • string_does_not_contain_any
  • string_equals
  • string_has_substring
  • string_in
  • string_is_subset
  • string_is_substring
  • string_not_equals
  • string_not_in

Type Aliases

  • Result