simplerusthttpsclient 0.1.25

simple rust client with rust native tls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "editor.formatOnSave": true,
  "editor.formatOnPaste": true,
  "rust-analyzer.linkedProjects": ["./Cargo.toml"],
  "rust-analyzer.showUnlinkedFileNotification": false,
  "rust-analyzer.check.command": "clippy",
  "files.associations": {
    "videodev2.h": "c",
    "stdio.h": "c",
    "fcntl.h": "c"
  }
}