1 مستودع
Interface wrappers that map shared data structures to native objects across different programming languages.
Distinct from Cross-Language Data Interfaces: Distinct from Cross-Language Data Interfaces: focuses on the implementation of the binding layer itself rather than the consistency of the interface surface.
Explore 1 awesome GitHub repository matching data & databases · Binding Frameworks. Refine with filters or upvote what's useful.
This project is a memory-safe library implemented in Rust that provides a high-performance engine for managing shared, distributed data states. It functions as a conflict-free replicated data type implementation, enabling real-time collaborative editing and state synchronization across distributed systems without the need for a central server or manual conflict resolution. The library distinguishes itself through a cross-language binding framework that allows native applications in environments like Python, Swift, and WebAssembly to interact with the same shared data protocol. It utilizes a c
Provides interface wrappers that allow native applications in Python, Swift, and WebAssembly to interact with shared collaborative data structures.