ts-rust-helper 0.11.0

Various helper functions, structures, and traits for working on my Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "number": false,
  "valueArray": [
    "test",
    4
  ],
  "object": {
    "value": "value"
  },
  "objectArray": [
    {
      "value": 0
    },
    {}
  ]
}