krecik 0.10.8

Asynchronous, parallel external service checker (and reporter), using industry standard libraries: Curl, ngHTTP2 and OpenSSL.
Documentation
{
	"folders":
	[
		{
			"path": ".",
			"folder_exclude_patterns": [".cargo", "logs", "target"],
			"file_exclude_patterns": ["*.lock", "*.sublime-workspace"]
		}
	],
	"debugger_configurations":
	[
		{
			"type": "lldb",
			"request": "launch",
			"name": "Launch",
			"program": "${workspaceFolder}/target/debug/krecik-server",
			"args": [],
			"cwd": "${workspaceFolder}"
		}
	],
}