Sign in
fuchsia
/
third_party
/
github.com
/
astral-sh
/
ruff
/
refs/heads/upstream/pythonplusplus
/
.
/
.devcontainer
/
post-create.sh
blob: 0a81beacfdb6acdb614052d0f602fd47f50f3f67 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env bash
rustup default
<
rust
-
toolchain
rustup component add clippy rustfmt
cargo install cargo
-
insta
cargo fetch
pip install maturin pre
-
commit