wireframe 0.1.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  // Ignore MD013 (line length) inside tables since reflowing
  // Markdown tables often breaks formatting and readability.
  "config": {
    "MD013": {
      "line_length": 80,
      "code_block_line_length": 120,
      "tables": false
    },
    "MD040": false
  }
}