thespis_impl 0.3.0

Reference implementation for the thespis actor model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/bash

# fail fast
#
set -e

# print each command before it's executed
#
set -x

# We can't run without all features for now, because that fails the
# doc tests of documentation on feature gated parts.
#
# cargo test --no-default-features
# cargo test
cargo test --all-features