/rusty-submarine

Learning the Rust programming language!

Primary LanguageRustISC LicenseISC

Rusty Submarine

CodeMan99's rust playground.

Why

Rust is awesome. I must learn Rust. The raw number of compilation targets is awesome. I want Rust super powers.

Usage

This project includes a devcontainer. Get started with vscode, the remote development extension pack, and docker.

Then clone the repository using the Dev Containers: Clone Repository in Container Volume... command. After the devcontainer is ready, run sqlx database create to initialize postgres. Finally, run cargo build to create the application binary.