mirror of
https://github.com/talwat/lowfi
synced 2026-04-27 20:33:28 +00:00
6 lines
97 B
Rust
6 lines
97 B
Rust
#![allow(clippy::all, clippy::missing_docs_in_private_items)]
|
|
|
|
mod bookmark;
|
|
mod tracks;
|
|
mod ui;
|