hydro_lang 0.15.0

A Rust framework for correct and performant distributed systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 --all-features