Docs.rs
moduforge-rules-expression-0.5.0
moduforge-rules-expression 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Cassielxd
Dependencies
ahash ^0.8
normal
anyhow ^1
normal
bumpalo ^3
normal
chrono ^0.4
normal
chrono-tz ^0.10
normal
fastrand ^2
normal
humantime ^0.1.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.0
normal
serde_json ^1.0
normal
strsim ^0.11
normal
strum ^0.27
normal
strum_macros ^0.27
normal
thiserror ^2.0.12
normal
criterion ^0.5
dev
csv ^1
dev
serde_json5 ^0.2
dev
Versions
35.59%
of the crate is documented
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
mf_
expression
0.5.0
Module vm
Sections
主要组件
Module Items
Structs
Enums
In crate mf_
expression
mf_expression
Module
vm
Copy item path
Source
Expand description
虚拟机模块 - 操作码执行引擎
VM (虚拟机) 模块负责执行编译器生成的机器可读操作码。 提供完整的表达式运行时环境,包括栈管理、变量操作、函数调用等功能。
§
主要组件
VM
: 主虚拟机执行器,管理栈和作用域
VMError
: 虚拟机执行过程中的错误类型
VmDate
: 日期时间类型和相关操作
helpers
: 日期时间解析和操作辅助函数
interval
: 区间类型支持
Structs
§
VM
Enums
§
VMError
虚拟机错误枚举