rust/chg/src/lib.rs
author Raphaël Gomès <rgomes@octobus.net>
Thu, 23 Dec 2021 14:47:33 +0100
changeset 48527 bf5dc156bb4c
parent 44753 a347a329e48d
permissions -rw-r--r--
remotefilelog: remove deprecated API Differential Revision: https://phab.mercurial-scm.org/D11949

// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2 or any later version.

mod attachio;
mod clientext;
pub mod locator;
pub mod message;
pub mod procutil;
mod runcommand;
mod uihandler;

pub use clientext::ChgClient;
pub use uihandler::{ChgUiHandler, SystemHandler};