Skip to content

chore: cleaned up lib.rs exports#120

Open
QT1543 wants to merge 1 commit intomainfrom
cleanup_lib.rs_exports
Open

chore: cleaned up lib.rs exports#120
QT1543 wants to merge 1 commit intomainfrom
cleanup_lib.rs_exports

Conversation

@QT1543
Copy link
Collaborator

@QT1543 QT1543 commented Feb 14, 2026

Description

It was a phase 0 task and I cleaned up lib.rs exports

Related Issue

Fixes #107

Type of Change

  • Chore/Cleanup

How to Test

Implement something that uses this:
pub mod cli;
pub mod database;
pub mod quarantine;
pub mod scanner;
pub mod utils;

Checklist

  • Code follows project style (cargo fmt + cargo clippy)
  • Tests added/updated and passing (cargo test)
  • Documentation updated (if applicable)

@QT1543 QT1543 requested a review from Jordan231111 February 14, 2026 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Step 02/23 (Phase 0): Core — Clean up lib.rs exports (remove demo code)

1 participant