Skip to content
MaulingMonkey edited this page Feb 6, 2024 · 11 revisions

SDK Scanning

API Coverage

  • Scan #defines
  • Map enum { constant }s
  • Wildcards support Footgun

Linting Coverage

  • Teach clippy about my custom safety docs?
  • Teach clippy about missing examples?
  • Teach clippy about argument sections in doc blocks?
  • Teach clippy about ### Returns?
  • Create wasm32-wasi stdio sandboxing linters?
  • Generate coverage report based on // SAFETY:(?! ✔️) regexp?

Misc

  • bytemuck::TransparentWrapper ?
  • grcov -> coveralls.io ? -> gh-pages
Clone this wiki locally