memorize 2.0.0

Versatile and fast closure cacher with support for recursive algorithms
Documentation
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"rust-analyzer.checkOnSave": true,
		"rust-analyzer.check.command": "clippy",
		"rust-analyzer.rustfmt.extraArgs": [
			"+nightly"
		],
	},
	"extensions": {
		"recommendations": [
			"serayuzgur.crates",
			"tamasfe.even-better-toml",
			"rust-lang.rust-analyzer"
		]
	}
}