Skip to content

refactor: initial lib.rs refactor - #516

Merged
alejandro-vaz merged 3 commits into
servo:v2from
alejandro-vaz:irefactor
Aug 31, 2026
Merged

refactor: initial lib.rs refactor#516
alejandro-vaz merged 3 commits into
servo:v2from
alejandro-vaz:irefactor

Conversation

@alejandro-vaz

Copy link
Copy Markdown
Collaborator

this PR modularizes lib.rs, adding the following files:

  • mallocsizeof.rs => for the malloc_size_of feature
  • references.rs => AsRef/AsMut + Deref/DerefMut + Borrow/BorrowMut
  • serde.rs => implementations related to the serde feature

this PR just moves the implementations there, it does nothing more

@alejandro-vaz
alejandro-vaz requested a review from jdm August 30, 2026 20:51
@alejandro-vaz alejandro-vaz self-assigned this Aug 30, 2026
@alejandro-vaz alejandro-vaz changed the title refactor: initial refactor refactor: initial lib.rs refactor Aug 30, 2026

@jdm jdm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

Signed-off-by: Alejandro Vaz <alejandro.vaz.myt@gmail.com>
@alejandro-vaz
alejandro-vaz added this pull request to the merge queue Aug 31, 2026
Merged via the queue into servo:v2 with commit a552b67 Aug 31, 2026
6 checks passed
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.

2 participants