cargo-check-external-types 0.3.0

Static analysis tool to detect external types exposed in a library's public API.
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

set -e
cd "$(dirname "$0")"

cargo clippy
cargo "+${RUST_NIGHTLY_VERSION}" test