An open API service indexing awesome lists of open source software.

https://github.com/onurozuduru/rust-dev-environment

Development environment template for Rust with devcontainers
https://github.com/onurozuduru/rust-dev-environment

Last synced: 7 months ago
JSON representation

Development environment template for Rust with devcontainers

Awesome Lists containing this project

README

          

# rust-dev-environment

My development environment setup for Rust projects.

This is designed to be used via `devcontainer cli` with `neovim`.

## Starting Container

There is a script to make binding and rebuilding easy.
It auto mounts the current directory as _workspace_.

```bash
.devcontainer/start_with_devcontainer_cli.sh
```

### Re-building

```bash
.devcontainer/start_with_devcontainer_cli.sh --rebuild
```