makods 0.3.0

The Jostle Tree, a data structure for working with long sequences of variable-width items.
Documentation
{
	"folders":
	[
		{
			"follow_symlinks": true,
			"path": "."
		}
	],
	"build_systems":[
		{
			"name":"makods rust",
			"shell_cmd": "cargo build",
			"working_dir": "${project_path}",
			"file_regex": "--> (.*\\.rs):([0-9]+):([0-9]+)",
			"variants": [
				{
					"name":"Run",
					"shell_cmd": "cargo test",
				},
				{
					"name":"Test",
					"shell_cmd": "cargo test",
				}
			]
		}
	]
}