atomic-polyfill 1.0.1

Atomic polyfills, for targets where they're not available.
Documentation
1
2
3
4
5
6
7
8
9
{
  "editor.formatOnSave": true,
  "rust-analyzer.checkOnSave.allTargets": false,
  "rust-analyzer.cargo.target": "thumbv6m-none-eabi",
  "rust-analyzer.procMacro.enable": true,
  "rust-analyzer.imports.granularity.group": "module",
  "rust-analyzer.imports.granularity.enforce": true,
  "rust-analyzer.cargo.buildScripts.enable": true,
}