iota-sdk-move-types 1.0.0-beta.1

Rust representations of Move types used by the IOTA blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Only the crate-specific rules the root Makefile invokes (via `make -C`)
# live here; everything else (test, clippy, …) falls through to the root.
.PHONY: check-features
check-features:
	cargo hack check --feature-powerset --no-dev-deps

.PHONY: wasm
wasm:
	CC=clang wasm-pack test -r --node --all-features

%:
	$(MAKE) -C ../.. $@