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

https://github.com/dchenbecker/tide-template

A simple Tide template for cargo generate
https://github.com/dchenbecker/tide-template

cargo-generate rust tide

Last synced: about 1 year ago
JSON representation

A simple Tide template for cargo generate

Awesome Lists containing this project

README

          

# Tide Template #

This repo contains a simple [Cargo
Generate](https://github.com/cargo-generate/cargo-generate) template for
bootstrapping a [Tide](https://github.com/http-rs/tide) web project. It includes
example code for basic routing and request processing, as well as incorporating
[tide-testing](https://github.com/http-rs/tide-testing) for unit testing.