partial-borrow 0.1.0

Partially borrow a struct
Documentation
#!/bin/sh
# Copyright 2021 Ian Jackson and contributors
# SPDX-License-Identifier: GPL-3.0-or-later
# There is NO WARRANTY.

# This is the top-level testing script.  Run it as:
#   ./check-all

set -e
. ${0%/*}/argument/common

set -x

argument/check
argument/check-equiv

$CARGO_LF     test --workspace
$CARGO   miri test --workspace -- --nocapture
$CARGO   miri run --bin skeletons

: '

all checks passed.'