aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index df661f7..d1df0ad 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
+pub mod stream;
+
// mod abconfig;
// mod abook;
// mod channel_stream;
@@ -26,6 +28,8 @@ mod verify;
mod xchan;
mod zotapi;
+pub use stream::Stream;
+
// pub use abconfig::ABConfig;
// pub use abook::Abook;
// pub use channel_stream::channel_stream;