rewrite ds4_web.c/.h into rust #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/native/web/ is a folder that contains a C implementation of a web browser client. This needs to be rewritten into proper rust and all the code should use that rust code. C-Code is only relevant in the border to the metal files, everything else must be proper Rust. So if this can be safely rewritten as Rust, it should be.
hugo referenced this issue2026-07-28 09:26:13 +00:00
Implemented and pushed in commit
9d1c403.Path taken:
Verified with rustfmt, Clippy with warnings denied, make bundle, cargo test --all-features, and the live headless Chrome smoke test.