spanskiblog/content/posts/rust.md

16 lines
292 B
Markdown

+++
date="2022-11-30"
author="spanskiduh"
title="rust"
description="click to read about 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)