#!/usr/bin/env bash

set -e
set -x

RUST_BACKTRACE=1 cargo run --example "$@" --features="derive_serdes"

exit 0
