syndicate 0.37.1

Syndicated Actor model for Rust, including network communication and Dataspaces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
all: binary-debug

# cargo install cargo-watch
watch:
	cargo watch -c -x check -x 'test -- --nocapture'

inotifytest:
	inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'

binary-debug:
	cargo build --all-targets