code-project-selector

Crates.iocode-project-selector
lib.rscode-project-selector
version0.1.1
created_at2025-07-15 12:37:38.787491+00
updated_at2025-07-15 12:40:34.366917+00
descriptionUsed for opening a project in a specified IDE.
homepage
repository
max_upload_size
id1753221
size307,790
Kristian Pilegaard Jensen (kralle333)

documentation

README

Development

Your new bare-bones project includes minimal organization with a single main.rs file and a few assets.

project/
├─ assets/ # Any assets that are used by the app should be placed here
├─ src/
│  ├─ main.rs # main.rs is the entry point to your application and currently contains all components for the app
├─ Cargo.toml # The Cargo.toml file defines the dependencies and feature flags for your project

Serving Your App

Run the following command in the root of your project to start developing with the default platform:

dx serve

To run for a different platform, use the --platform platform flag. E.g.

dx serve --platform desktop
Commit count: 0

cargo fmt