Docs.rs
matrixcode-core-0.4.22
matrixcode-core 0.4.22
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bigfish1913
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
chrono ^0.4
normal
clap ^4
normal
dirs ^5
normal
dotenvy ^0.15
normal
env_logger ^0.11
normal
futures-util ^0.3
normal
glob ^0.3
normal
log ^0.4
normal
notify ^8.0
normal
once_cell ^1
normal
regex ^1
normal
reqwest ^0.13
normal
rusqlite ^0.32
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
tokio ^1
normal
toml ^0.8
normal
tracing ^0.1
normal
urlencoding ^2
normal
uuid ^1
normal
mockito ^1
dev
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
62.26%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module rule_engine
matrixcode_
core
0.4.22
Module rule_
engine
Module Items
Structs
Enums
Functions
In matrixcode_
core::
workflow
matrixcode_core
::
workflow
Module
rule_
engine
Copy item path
Source
Expand description
Rule Engine for Workflow Validation
验证规则引擎,支持条件表达式解析和验证。
Structs
§
Rule
Engine
规则引擎
Validation
Result
验证结果
Enums
§
Rule
验证规则
Functions
§
evaluate_
expression
表达式求值(简单比较和逻辑运算)