spanskiblog/content/posts/rust.md

16 lines
285 B
Markdown
Raw Normal View History

2022-12-24 17:09:22 +01:00
+++
date="2022-12-24"
author="spanskiduh"
title="rust"
description="click to read rust"
+++
# RUST
### Basic cli tools
- `cargo init` ~ create new rust project
- `cargo run` ~ build & run
- `cargo build` ~ just build
- `cargo build --release` ~ minimal release version (optimized)