bound 0.6.0

Wrap lock guards and other structs along with the locks or other data they are derived by shared reference from, in a struct you can pass around and store anywhere
Documentation
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"editor.rulers": [
			100 // Important; for accessibility reasons, code cannot be wider than 100ch
		],
		"editor.formatOnSave": true,
		"rust-analyzer.showUnlinkedFileNotification": false,
		"rust-analyzer.checkOnSave": true,
		"rust-analyzer.check.command": "clippy",
		"rust-analyzer.rustfmt.extraArgs": [
			"+nightly"
		],
	},
	"extensions": {
		"recommendations": [
			"maptz.regionfolder",
			"tamasfe.even-better-toml",
			"yzhang.markdown-all-in-one",
			"vadimcn.vscode-lldb",
			"rust-lang.rust-analyzer",
			"fill-labs.dependi"
		]
	},
}