async-nng 0.2.0

Async wrappers for working with nng-rs types and operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "printWidth": 100,
    "proseWrap": "always",
    "tabWidth": 4,
    "useTabs": false,
    "requirePragma": false,
    "overrides": [
        {
            "files": ["*.yml", "*.yaml"],
            "options": {
                "proseWrap": "preserve"
            }
        }
    ]
}