docs.rs failed to build wcustom-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
WeDB 自定义扩展系统基座 (wcustom)
对标微软 Garnet 自定义扩展系统架构(libs/server/Custom/)的编译期
静态承接形态:
- 自定义对象命令执行体(
CustomObjectFns、CommandType) - 自定义存储过程与事务基底(
CustomTransactionProcedure,CustomTxnProc) - 编译期事务过程静态表(
txn_proc/txn_proc_slot,AOF 回放与 RUNTXP 按槽位 id 直接索引)
C# 侧 CustomCommandManager / RegisterApi 动态注册管理层按转写规范
删除(js/check/ignore/server.yml 已声明),扩展命令由各扩展 crate
(如 wext_roaring)以静态枚举 / const 清单承接。