Skip to main content

Crate gitmesh_core

Crate gitmesh_core 

Source
Expand description

§Git Mesh Core

This crate contains shared types, protocol definitions, and configuration logic used by both the Git Mesh daemon and CLI.

Structs§

GitSyncRequest
A request sent over the P2P network using the libp2p RequestResponse protocol.

Enums§

GitSyncCommand
Commands supported by the Git Push/Pull synchronization protocol.
GitSyncResponse
A response sent over the P2P network in response to a GitSyncRequest.
IpcRequest
Requests sent from the CLI tool to the Daemon via the local IPC pipe.
IpcResponse
Responses sent from the Daemon back to the CLI over the IPC pipe.