lockable 0.2.0

This library offers hash map, hash set and cache data structures where individual entries can be locked
Documentation
{
	"image": "mcr.microsoft.com/devcontainers/universal:2",
	"features": {
		"ghcr.io/devcontainers/features/rust:1": {
			"version": "latest",
			"profile": "default"
		},
		"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
	},
	"postCreateCommand": ".devcontainer/setup.sh",
	"customizations": {
		"vscode": {
			"settings": {
				// OhMyFish needs a nerd font
				"terminal.integrated.fontFamily": "'Hack Nerd Font Mono', monospace",
			}
		}
	}
}