Skip to content

Commit

Permalink
More rust cleanup
Browse files Browse the repository at this point in the history
- Remove lazy_static dependency
- Remove hacky impl Debug for Type and just use the display impl
- Add more debug impls
- Reorder some top level namespace items
- Add first type test
  • Loading branch information
emesare committed Jan 2, 2025
1 parent 47d55c7 commit 1b6b9a3
Show file tree
Hide file tree
Showing 11 changed files with 305 additions and 173 deletions.
19 changes: 6 additions & 13 deletions arch/msp430/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 12 additions & 19 deletions arch/riscv/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions plugins/dwarf/dwarf_export/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions plugins/dwarf/dwarf_import/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions plugins/idb_import/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions plugins/pdb-ng/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b6b9a3

Please sign in to comment.