mos-alloc 0.2.0

allocator for mos architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "image": "mrkits/rust-mos",
  "extensions": ["matklad.rust-analyzer", "serayuzgur.crates"],
  "settings": {
    "rust-analyzer.checkOnSave.allTargets": false,
    "rust-analyzer.diagnostics.disabled": [
        "unresolved-macro-call",
        "macro-error"
    ]
  }
}