hydro_lang 0.16.0

A Rust framework for correct and performant distributed systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
set -euxo pipefail

export RUSTFLAGS="-Dwarnings"

cargo test -p hydro_lang --no-default-features
cargo test -p hydro_lang --no-default-features --features build
cargo test -p hydro_lang --no-default-features --features trybuild
cargo test -p hydro_lang --no-default-features --features deploy
cargo test -p hydro_lang --no-default-features --features sim
cargo test -p hydro_lang --no-default-features --features viz
cargo test -p hydro_lang --no-default-features --features docker_deploy
cargo test -p hydro_lang --no-default-features --features ecs_deploy
cargo test -p hydro_lang --no-default-features --features maelstrom
cargo test -p hydro_lang --all-features