You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor libgsh to split client and server features
Reorganized libgsh by separating client and server functionality into distinct modules, replacing the previous async/simple structure. Introduced new codecs and handshake logic for both client and server, updated example dependencies to use the 'server' feature, and removed obsolete async and sync modules. Updated imports and usage throughout the codebase to reflect the new structure, improving maintainability and feature isolation.
0 commit comments