Overview of Perception
mainPerception provides Swift's Observation tools, back-ported to support a wider range of platforms. The library is split into two main parts:
- PerceptionCore: Contains the core functionality of the library.
- Perception: Automatically exports
PerceptionCoreand provides the macros required to support the core functionality.
For general library usage and core logic, refer to the PerceptionCore documentation.