2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-15 00:12:50 +00:00
phetch/src/lib.rs

14 lines
186 B
Rust
Raw Normal View History

2019-12-22 20:41:45 +00:00
#![allow(unused_must_use)]
extern crate termion;
#[macro_use]
pub mod gopher;
2019-12-23 08:22:08 +00:00
pub mod bookmarks;
2019-12-23 08:24:28 +00:00
pub mod config;
2019-12-22 20:41:45 +00:00
pub mod help;
pub mod history;
pub mod menu;
pub mod text;
pub mod ui;