14 lines
185 B
Rust
14 lines
185 B
Rust
#![deny(missing_docs)]
|
|
|
|
mod common;
|
|
mod history;
|
|
mod ui;
|
|
|
|
pub use common::UserModel;
|
|
|
|
#[cfg(test)]
|
|
pub use ui::SelectedView;
|
|
|
|
pub use common::BorderArea;
|
|
pub use common::ClipboardData;
|