https://github.com/single9/example-rust-workspace
Example of Rust Workspace
https://github.com/single9/example-rust-workspace
example rust
Last synced: 3 months ago
JSON representation
Example of Rust Workspace
- Host: GitHub
- URL: https://github.com/single9/example-rust-workspace
- Owner: single9
- Created: 2022-08-02T09:58:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T02:26:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T14:45:06.310Z (4 months ago)
- Topics: example, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Workspace Example
# Usage## Development
### Add A New Service
make new-app name=
Example
make new-app name=my_service
### Add A New Library
make new-lib name=
Example
make new-lib name=my_lib
### Run Service
make run name=
Example
make run name=my_service