colonyos 1.0.2

Rust SDK for ColonyOS - build distributed applications with executors that can run anywhere
Documentation
1
2
3
4
5
6
all: build

build:
	cargo build
test:
	cargo test -- --nocapture