sn_bindgen 0.13.18

A library to automatically generate C, Java, and C# files from Rust source files.
1
2
3
4
5
6
#!/bin/bash

set -x -e

cargo clippy "$@"
cargo clippy "$@" --profile=test