rocket_anyhow 0.1.0

throw any error inside rocket's route
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.anyhow]
version = "1.0.40"

[dependencies.rocket]
version = "0.4.7"

[dev-dependencies]

[package]
authors = ["thanadolps <thanadolps@gmail.com>"]
description = "throw any error inside rocket's route"
edition = "2018"
license = "MIT"
name = "rocket_anyhow"
version = "0.1.0"