https://github.com/firmanjs/warp-tokio-postgre
https://github.com/firmanjs/warp-tokio-postgre
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firmanjs/warp-tokio-postgre
- Owner: firmanJS
- Created: 2021-04-27T06:54:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T06:56:42.000Z (over 5 years ago)
- Last Synced: 2025-02-02T09:41:30.087Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example warp
* initial project
```sh
$ cargo new warp-example
$ cd warp-example
```
* run
```sh
$ cargo run
```