1 2 3 4 5 6 7 8 9 10 11 12 13 14
check: rustup toolchain install nightly --component rustfmt cargo +nightly fmt -- --check cargo run --example basic ~/git/mjs-sys#master cargo clippy --all -- -W clippy::all -D warnings doc: cargo doc fmt: cargo +nightly fmt public: cargo publish