Skip to content

making library.rs publiclly accessible#15

Merged
Laurence-Cullen merged 4 commits into
mainfrom
pub-library
Jun 30, 2025
Merged

making library.rs publiclly accessible#15
Laurence-Cullen merged 4 commits into
mainfrom
pub-library

Conversation

@Laurence-Cullen

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 30, 2025 11:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR makes the library module publicly accessible to allow external use.

  • Converted the module declaration from private to public.
  • Enables external modules or crates to import and use the library functionalities.
Comments suppressed due to low confidence (1)

src/lib.rs:24

  • Since the library module is now public, consider adding module-level documentation to clarify its purpose and usage.
pub mod library;

@MichaelNegus MichaelNegus left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Laurence-Cullen Laurence-Cullen merged commit 036d172 into main Jun 30, 2025
1 check passed
@Laurence-Cullen Laurence-Cullen deleted the pub-library branch June 30, 2025 13:48
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.

3 participants