dynp
A dynamic, type-safe property system that emphasizes the use of the Newtype pattern.
💡 Inspiration
This library was ispired by the iZotope/glassproperties C++ library; big credits to the amazing authors of that library.
📦 Features
- Property collection
- Property assignment
- Property retrieval
- Property subscriptions (with callbacks / closures)
👨💻 Usage
The following snipped should give you a basic idea what this library is about.
use PropertyCollection;
// define a custom property using the Newtype pattern
;
🚧 Roadmap
- Property deserialization
- Performance tests and improvements
- Improved documentation