Large backlog of changes; been working on this commit for a few weeks

This commit is contained in:
Arthur Beck 2025-02-11 07:00:31 -06:00
parent da73321233
commit a2311366f2
35 changed files with 463 additions and 146 deletions

View file

@ -2,6 +2,8 @@
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.check.allTargets": false,
"rust-analyzer.linkedProjects": [
"kernel/Cargo.toml"
]
"kernel/Cargo.toml",
"kernel/aphrodite_proc_macros/Cargo.toml",
"kernel/aphrodite_common/Cargo.toml"
],
}