Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeman99/rusty-submarine
Learning the Rust programming language!
https://github.com/codeman99/rusty-submarine
Last synced: about 1 month ago
JSON representation
Learning the Rust programming language!
- Host: GitHub
- URL: https://github.com/codeman99/rusty-submarine
- Owner: CodeMan99
- License: isc
- Created: 2023-02-07T04:06:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T13:29:29.000Z (about 1 year ago)
- Last Synced: 2023-09-27T23:56:45.522Z (about 1 year ago)
- Language: Rust
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://containers.dev). Get started with [vscode](https://code.visualstudio.com/docs/devcontainers/containers), the remote development [extension pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), and [docker](https://www.docker.com/products/docker-desktop/).
Then clone the repository using the [Dev Containers: Clone Repository in Container Volume...](https://code.visualstudio.com/docs/devcontainers/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume) command. After the devcontainer is ready, run `sqlx database create` to initialize postgres. Finally, run `cargo build` to create the application binary.