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
- Host: GitHub
- URL: https://github.com/onurozuduru/rust-dev-environment
- Owner: onurozuduru
- License: mit
- Created: 2025-01-14T19:12:07.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T20:55:54.000Z (9 months ago)
- Last Synced: 2025-01-14T21:37:36.240Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```