Files
Structive/core
2026-08-07 17:50:04 +08:00
..
2026-08-07 17:50:04 +08:00
2026-08-07 17:50:04 +08:00
2026-08-07 16:21:44 +08:00
2026-08-07 17:50:04 +08:00
2026-08-07 17:50:04 +08:00

Structive Property Core

structive::property_core describes intrinsic property structure and provides managed read/write, synchronization, traversal, validation metadata and type-erased runtime access.

Core has no access-control modes. A property only reports its own intrinsic readable / writable capability. External systems own their own exposure and authorization policy.

Stored read_only properties do not receive lock slots or contribute mutexes, and managed reads use the no-lock fast path.

See Core Guide and Design Philosophy.