Files
Structive/core/README.zh-CN.md
T
2026-08-07 17:50:04 +08:00

587 B
Raw Blame History

Structive Property Core

structive::property_core 描述 Property 自身的固有结构,并提供 managed read/write、synchronization、traversal、validation metadata 和 type-erased runtime access。

Core 完全没有访问控制 mode。Property 只报告自身 intrinsic readable / writable;外部系统自己拥有 exposure 与 authorization policy。

Stored read_only Property 不分配 lock slot、不贡献 mutexmanaged read 直接走 no-lock fast path。

详见 Core 完整指南设计理念