sz-rust-workflow 1.2.0

SZ-Rust 工作流引擎 — 状态机/审批流/插件节点编排,含设计器 API 与可观测层
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 SZ-Rust Team
//
//! 插件卸载联动/敏感字段脱敏

pub mod plugin_unload_watcher;
pub mod sensitive_field;

pub use plugin_unload_watcher::PluginUnloadWatcher;
pub use sensitive_field::{new_registry, SensitiveFieldRegistry};