sybot 0.10.4

Rust library for coordinating components, defining robotic systems and their communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"folders": [
		{
			"name": "syact",
			"path": "../syact"
		},
		{
			"name": "sybot",
			"path": "."
		}
	],
	"settings": {
		"rust-analyzer.showUnlinkedFileNotification": false,
		"rust-analyzer.diagnostics.disabled": [
			"unresolved-proc-macro"
		]
	}
}