.PHONY: example
example:
	@cargo run --example simple

.PHONY: expand
expand:
	@cargo expand --example simple
