diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |