Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkonkle/nakago-simple-template
A template for cargo-generate that demonstrates simple usage of the Nakago application framework for Axum HTTP services.
https://github.com/bkonkle/nakago-simple-template
Last synced: 16 days ago
JSON representation
A template for cargo-generate that demonstrates simple usage of the Nakago application framework for Axum HTTP services.
- Host: GitHub
- URL: https://github.com/bkonkle/nakago-simple-template
- Owner: bkonkle
- License: mit
- Created: 2023-09-08T00:19:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:12:49.000Z (4 months ago)
- Last Synced: 2024-12-15T18:59:59.109Z (19 days ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nakago (中子)
A lightweight Rust framework for sharp services
[![Crates.io](https://img.shields.io/crates/v/nakago.svg)](https://crates.io/crates/nakago)
[![Docs.rs](https://docs.rs/nakago/badge.svg)](https://docs.rs/nakago)
[![CI](https://github.com/bkonkle/nakago/workflows/CI/badge.svg)](https://github.com/bkonkle/nakago/actions)
[![Coverage Status](https://codecov.io/gh/bkonkle/nakago/branch/main/graph/badge.svg?token=BXEZAMHVLP)](https://codecov.io/gh/bkonkle/nakago)[![Rust](https://img.shields.io/badge/rust-2021-a72145?logo=rust&style=flat)](https://www.rust-lang.org)
[![Tokio](https://img.shields.io/badge/tokio-463103?logo=rust&style=flat)](https://tokio.rs)
[![Axum](https://img.shields.io/badge/axum-7b5312?logo=rust&style=flat)](https://crates.io/crates/axum)# Template - Nakago Example: Simple
A template for [cargo generate](https://github.com/cargo-generate/cargo-generate) that demonstrates simple usage of the Nakago application framework for Axum HTTP services.
## Usage
First install `cargo-generate`:
```sh
cargo install cargo-generate
```Then generate a new project with this template:
```sh
cargo generate bkonkle/nakago-simple-template
```## For More Information
Visit the [main README](../README.md) for more details.
## License
Licensed under the MIT license ([LICENSE](../LICENSE) or ).
## Attribution
Katana image by fordevector at [Vecteezy](https://www.vecteezy.com/free-vector/katana).