Crate makepad_file_server

Source

Re-exports§

pub use makepad_micro_serde;
pub use makepad_live_id;
pub use makepad_file_protocol;
pub use makepad_rabin_karp;
pub use file_server::*;

Modules§

file_protocol
file_server
makepad_live_id
makepad_micro_serde

Structs§

CreateSnapshotError
CreateSnapshotResponse
DirectoryEntry
A type for representing an entry in a directory.
FileTreeData
A type for representing data about a file tree.
GitCommit
GitLog
LoadSnapshotError
LoadSnapshotImageError
LoadSnapshotImageResponse
LoadSnapshotResponse
OpenFileResponse
SaveFileResponse
A type for representing a response from the collab server.
SaveSnapshotImageResponse
SearchItem
SearchResult
TextFileId
An identifier for files on the collab server.

Enums§

FileClientMessage
A type for representing either a response or a notification from the collab server.
FileError
A type for representing errors from the collab server.
FileNodeData
A type for representing data about a node in a file tree.
FileNotification
A type for representing a notification from the collab server.
FileRequest
Types for the collab protocol.
FileResponse
Each Response corresponds to the Request with the same name.
SaveKind