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

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

Awesome Lists containing this project

README

          

# stub.rs • [![tests](https://github.com/abigger87/stub.rs/actions/workflows/tests.yaml/badge.svg)](https://github.com/abigger87/stub.rs/actions/workflows/tests.yaml) [![lints](https://github.com/abigger87/stub.rs/actions/workflows/lints.yaml/badge.svg)](https://github.com/abigger87/stub.rs/actions/workflows/lints.yaml) ![GitHub](https://img.shields.io/github/license/abigger87/stub.rs) ![Crates.io](https://img.shields.io/crates/v/stub.rs)

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)