Skip to content

refactor: split monolithic database.rs into a module directory - #18

Open
Maxllon wants to merge 2 commits into
Piletskii-Oleg:mainfrom
Maxllon:kan-12
Open

refactor: split monolithic database.rs into a module directory#18
Maxllon wants to merge 2 commits into
Piletskii-Oleg:mainfrom
Maxllon:kan-12

Conversation

@Maxllon

@Maxllon Maxllon commented Jul 11, 2026

Copy link
Copy Markdown

Refactored database.rs into the database/ module:

  • Extract Database and IterableDatabase traits into database/mod.rs
  • Move HashMap impls into database/hash_map.rs
  • Move ContainerDatabase and related types into database/container.rs
  • Add re-exports in mod.rs to preserve the public API

Comment thread src/system/database/hash_map.rs Outdated

@Vlm326 Vlm326 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ок

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