Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
heartwood .radicle native.yaml
shell: |
  export RUSTDOCFLAGS='-D warnings'

  cargo --version
  rustc --version

  cargo fmt --check
  cargo clippy --all-targets --workspace -- --deny warnings
  cargo build --all-targets --workspace
  cargo doc --workspace --no-deps --all-features
  cargo test --workspace --no-fail-fast