ethersync 0.8.0

Enables real-time co-editing of local text files.
Documentation
// SPDX-FileCopyrightText: 2024 blinry <mail@blinry.org>
// SPDX-FileCopyrightText: 2024 zormit <nt4u@kpvn.de>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

pub mod cli;
pub mod config;
pub mod daemon;
pub mod document;
pub mod editor;
pub mod editor_connection;
pub mod logging;
pub mod ot;
pub mod path;
pub mod peer;
pub mod sandbox;
pub mod types;
pub mod watcher;
pub mod wormhole;