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
- Host: GitHub
- URL: https://github.com/dchenbecker/tide-template
- Owner: dchenbecker
- License: mit
- Created: 2023-04-11T14:34:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T14:39:52.000Z (about 3 years ago)
- Last Synced: 2025-03-29T10:56:07.347Z (about 1 year ago)
- Topics: cargo-generate, rust, tide
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.