Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 434 Bytes

File metadata and controls

5 lines (3 loc) · 434 Bytes

Diffables

🚧 Work in progress, experimental library developed for learning purposes 🚧

Diffables is a .NET library for state synchronization and delta-based serialization, directly inspired by Colyseus Schema. It relies on incremental source generators and C# 13's partial properties to automatically monitor changes in your data models and serialize only what’s been modified.