rust/chg/src/lib.rs
changeset 44846 8685add122ff
parent 44689 1f5ab1a9363d
child 44848 1be605526c34
--- a/rust/chg/src/lib.rs	Mon Apr 20 14:37:10 2020 -0700
+++ b/rust/chg/src/lib.rs	Fri Apr 10 21:44:46 2020 +0900
@@ -3,13 +3,13 @@
 // 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;
+//mod attachio;
+//mod clientext;
+//pub mod locator;
 pub mod message;
 pub mod procutil;
-mod runcommand;
-mod uihandler;
+//mod runcommand;
+//mod uihandler;
 
-pub use clientext::ChgClientExt;
-pub use uihandler::{ChgUiHandler, SystemHandler};
+//pub use clientext::ChgClientExt;
+//pub use uihandler::{ChgUiHandler, SystemHandler};