https://github.com/refcell/stub.rs
Modern, Extensible Rust Template
https://github.com/refcell/stub.rs
Last synced: 7 months ago
JSON representation
Modern, Extensible Rust Template
- Host: GitHub
- URL: https://github.com/refcell/stub.rs
- Owner: refcell
- License: unlicense
- Created: 2022-03-23T15:22:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T15:43:48.000Z (almost 4 years ago)
- Last Synced: 2025-07-13T03:13:00.343Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# stub.rs • [](https://github.com/abigger87/stub.rs/actions/workflows/tests.yaml) [](https://github.com/abigger87/stub.rs/actions/workflows/lints.yaml)  
Modern, Extensible Template for Rust Projects.
## Getting Started
Click `use this template` on [Github](https://github.com/abigger87/stub.rs) to create a new repository with this repo as the initial state.
## Blueprint
```ml
assets
├─ embedded documentation images
example
├─ src
│ └─ lib.rs — Example Rust Library
├─ Cargo.toml — Library Cargo Manifest
Cargo.toml — Workspace Cargo Manifest
```
## Development
TODO
## License
[THE UNLICENSE](https://github.com/abigger87/stub.rs/blob/master/LICENSE)